mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed redstone IDs
This commit is contained in:
parent
c95f671271
commit
861a017fa0
@ -110,9 +110,10 @@ define("COBBLESTONE_STAIRS", 67);
|
||||
define("WALL_SIGN", 68);
|
||||
|
||||
define("IRON_DOOR", 71);
|
||||
define("REDSTONE_ORE", 72);
|
||||
define("GLOWING_REDSTONE_ORE", 73);
|
||||
define("LIT_REDSTONE_ORE", 73);
|
||||
|
||||
define("REDSTONE_ORE", 73);
|
||||
define("GLOWING_REDSTONE_ORE", 74);
|
||||
define("LIT_REDSTONE_ORE", 74);
|
||||
|
||||
define("SNOW", 78);
|
||||
define("SNOW_LAYER", 78);
|
||||
|
Loading…
x
Reference in New Issue
Block a user