Almost complete redo of blockplacemods, small fixes

I've redone most of blockplacemods its code. It is now MUCH easier to
expand in the future and I think the code is more elegant and stuff. It
all works the same as before, except the command is now /toggle
<setting>
I've merged the setting for /autotakewater and /autofillcauldron into
one setting named cauldron.
This commit is contained in:
Dico200
2015-05-14 02:16:33 +02:00
parent 0ef318d6b9
commit 59816b58e2
3 changed files with 148 additions and 120 deletions

View File

@@ -63,8 +63,3 @@ def simplecommand(cmd,
return function(sender, command, label, args)
return call
return decorator