Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden door

git-svn-id: http://mc-server.googlecode.com/svn/trunk@625 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-06-16 18:44:07 +00:00
parent 861fa61dfc
commit 3efd8fdabb
4 changed files with 15 additions and 4 deletions
+4 -2
View File
@@ -115,8 +115,10 @@ enum ENUM_BLOCK_ID
E_BLOCK_STONE_BRICKS = 98,
E_BLOCK_HUGE_BROWN_MUSHROOM = 99,
E_BLOCK_HUGE_RED_MUSHROOM = 100,
E_BLOCK_IRON_BAR = 101,
E_BLOCK_GLASS_PLANE = 102,
E_BLOCK_IRON_BARS = 101,
E_BLOCK_IRON_BAR = 101, // Deprecated, use E_BLOCK_IRON_BARS instead
E_BLOCK_GLASS_PANE = 102,
E_BLOCK_GLASS_PLANE = 102, // Deprecated, use E_BLOCK_GLASS_PANE instead
E_BLOCK_MELON = 103,
E_BLOCK_PUMPKIN_STEM = 104,
E_BLOCK_MELON_STEM = 105,