From c2e260a159cb8607b6374d51413297c109b3639b Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 5 Dec 2021 23:13:32 -0500 Subject: [PATCH] Fix syntax and use of an undefined symbol. --- buildenliven.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildenliven.py b/buildenliven.py index 919d5bf..cd7f6e8 100644 --- a/buildenliven.py +++ b/buildenliven.py @@ -136,13 +136,14 @@ but for now just use mt_conf_by_mod = { 'item_drop': { 'item_drop.pickup_radius': "1.425", - } + }, 'throwing_arrows': { 'throwing.enable_arrow', "true", - } + }, } why = {} +why_not = {} why_not["https://github.com/FaceDeer/vines.git"] = ''' ''' why["https://github.com/MinetestForFun/unified_inventory"] = ''' @@ -195,7 +196,7 @@ WARNINGS: ''' def main(): - pass + print(warnings) raise NotImplementedError("pyenliven build")