From 7f87d6c3d6a116742f25f1846d747a33afdc63f0 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 16 Aug 2013 11:23:24 +0100 Subject: 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 --- Tools/ProtoProxy/Connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tools') diff --git a/Tools/ProtoProxy/Connection.cpp b/Tools/ProtoProxy/Connection.cpp index fd7914bb6..4c2b0d4e9 100644 --- a/Tools/ProtoProxy/Connection.cpp +++ b/Tools/ProtoProxy/Connection.cpp @@ -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, -- cgit v1.2.3