1
0

Feature and bugfixes [SEE DESC]

Added TNT and Hopper minecarts
Fixed piston code failing without an extension set
Repeaters are now broken
Fixed not being able to place a minecart on an activator rail
Added much needed comments on piston code
Fixed minor formatting issue
This commit is contained in:
Tiger Wang
2013-08-16 11:23:24 +01:00
parent d4f8a057dd
commit 7f87d6c3d6
13 changed files with 111 additions and 52 deletions

View File

@@ -212,6 +212,8 @@ enum
OBJECT_MINECART = 10,
OBJECT_MINECART_STORAGE = 11,
OBJECT_MINECART_POWERED = 12,
OBJECT_MINECART_TNT = 13,
OBJECT_MINECART_HOPPER = 14,
OBJECT_TNT = 50,
OBJECT_ENDERCRYSTAL = 51,
OBJECT_ARROW = 60,