From 673fdcd768dfe3d8a66a3b9fded420c7bfa7ee73 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 30 Sep 2012 19:07:03 +0000 Subject: Added some missing block enums Spruce, birch and jungle wood stairs now orient correctly git-svn-id: http://mc-server.googlecode.com/svn/trunk@916 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'source/BlockID.h') diff --git a/source/BlockID.h b/source/BlockID.h index 177f2f389..31ae224e3 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -149,7 +149,18 @@ enum ENUM_BLOCK_ID E_BLOCK_ENDER_CHEST = 130, E_BLOCK_TRIPWIRE_HOOK = 131, E_BLOCK_TRIPWIRE = 132, - E_BLOCK_EMERALD_BLOCK = 133 + E_BLOCK_EMERALD_BLOCK = 133, + E_BLOCK_SPRUCE_WOOD_STAIRS = 134, + E_BLOCK_BIRCH_WOOD_STAIRS = 135, + E_BLOCK_JUNGLE_WOOD_STAIRS = 136, + E_BLOCK_COMMAND_BLOCK = 137, + E_BLOCK_BEACON = 138, + E_BLOCK_COBBLESTONE_WALL = 139, + E_BLOCK_FLOWER_POT = 140, + E_BLOCK_CARROTS = 141, + E_BLOCK_POTATOES = 142, + E_BLOCK_WOODEN_BUTTON = 143, + E_BLOCK_HEAD = 144, }; //tolua_end -- cgit v1.2.3