From 846f1223f4da984b9992d60ef7c40a092dcd4ad7 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 18 Sep 2013 18:27:21 +0100 Subject: Implemented redstone comparators They can be placed and toggled, but stills needs proper redstone support --- VC2008/MCServer.vcproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'VC2008') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 423e3e2b0..2a84c416d 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -2027,6 +2027,14 @@ RelativePath="..\source\Blocks\BlockCobWeb.h" > + + + + @@ -2283,6 +2291,10 @@ RelativePath="..\source\items\ItemCloth.h" > + + -- cgit v1.2.3 From 3e698d7b72ad7f58a1a2ab787f49c82e096845f6 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 18 Sep 2013 22:17:43 +0100 Subject: Added moar mobs! + Added dragons + Added golems + Added giants + Added horses + Added some missing items + Added missing spawn egg metas --- VC2008/MCServer.vcproj | 56 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) (limited to 'VC2008') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 2a84c416d..ace82b010 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -963,6 +963,14 @@ RelativePath="..\source\Mobs\Creeper.h" > + + + + @@ -980,11 +988,35 @@ > + + + + + + + + + + + + + + + + @@ -1091,6 +1131,14 @@ RelativePath="..\source\Mobs\Witch.h" > + + + + @@ -1104,11 +1152,11 @@ > -- cgit v1.2.3