Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@74 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
+2
-2
@@ -78,8 +78,8 @@ enum ENUM_BLOCK_ID
|
||||
E_BLOCK_WOODEN_PRESSURE_PLATE = 72,
|
||||
E_BLOCK_REDSTONE_ORE = 73,
|
||||
E_BLOCK_REDSTONE_ORE_GLOWING = 74,
|
||||
E_BLOCK_REDSTONE_TORCH_ON = 75,
|
||||
E_BLOCK_REDSTONE_TORCH_OFF = 76,
|
||||
E_BLOCK_REDSTONE_TORCH_OFF = 75,
|
||||
E_BLOCK_REDSTONE_TORCH_ON = 76,
|
||||
E_BLOCK_STONE_BUTTON = 77,
|
||||
E_BLOCK_SNOW = 78,
|
||||
E_BLOCK_ICE = 79,
|
||||
|
||||
Reference in New Issue
Block a user