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:
+4
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user