summaryrefslogtreecommitdiff
path: root/mesecons
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2012-07-20 16:27:43 -0400
committerAnthony Zhang <azhang9@gmail.com>2012-07-20 16:27:43 -0400
commit9736b0f61ea71d87707c7209326abf52a8d4eda9 (patch)
tree1453af6d65765a9cce737451f0358140afea0c1b /mesecons
parentd3a4c2cb34e1b0b274df527b88bf5f6feae33f68 (diff)
downloadmesecons-9736b0f61ea71d87707c7209326abf52a8d4eda9.tar
mesecons-9736b0f61ea71d87707c7209326abf52a8d4eda9.tar.gz
mesecons-9736b0f61ea71d87707c7209326abf52a8d4eda9.tar.bz2
mesecons-9736b0f61ea71d87707c7209326abf52a8d4eda9.tar.xz
mesecons-9736b0f61ea71d87707c7209326abf52a8d4eda9.zip
Nodebox piston pushers! Fix a few piston bugs such as pistons pushing pistons, pistons pushing blocks into pushers causing blocks to get deleted, and many more. As a side effect, players can no longer simply walk through piston pushers. Additionally, pistons will only remove their own pushers, and not those of neighboring pistons as well. Remove ENABLE_PISTON_ANIMATION option (not compatible with nodebox piston pushers).
Diffstat (limited to 'mesecons')
-rw-r--r--mesecons/settings.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesecons/settings.lua b/mesecons/settings.lua
index 42146c5..7a2c776 100644
--- a/mesecons/settings.lua
+++ b/mesecons/settings.lua
@@ -1,4 +1,3 @@
-- SETTINGS
-ENABLE_PISTON_ANIMATION=true
BLINKY_PLANT_INTERVAL=3
-ENABLE_TEMPEREST=true
+ENABLE_TEMPEREST=false