Browse Source

Fix syntax and use of an undefined symbol.

master
poikilos 3 years ago
parent
commit
c2e260a159
  1. 7
      buildenliven.py

7
buildenliven.py

@ -136,13 +136,14 @@ but for now just use
mt_conf_by_mod = { mt_conf_by_mod = {
'item_drop': { 'item_drop': {
'item_drop.pickup_radius': "1.425", 'item_drop.pickup_radius': "1.425",
} },
'throwing_arrows': { 'throwing_arrows': {
'throwing.enable_arrow', "true", 'throwing.enable_arrow', "true",
} },
} }
why = {} why = {}
why_not = {}
why_not["https://github.com/FaceDeer/vines.git"] = ''' why_not["https://github.com/FaceDeer/vines.git"] = '''
''' '''
why["https://github.com/MinetestForFun/unified_inventory"] = ''' why["https://github.com/MinetestForFun/unified_inventory"] = '''
@ -195,7 +196,7 @@ WARNINGS:
''' '''
def main(): def main():
pass
print(warnings) print(warnings)
raise NotImplementedError("pyenliven build") raise NotImplementedError("pyenliven build")

Loading…
Cancel
Save