mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Fixed #997 carrots converting to potatoes [gh#997]
This commit is contained in:
parent
1eab1e382a
commit
d4057a2113
@ -169,7 +169,7 @@ define("STONE_WALL", 139);
|
||||
define("COBBLESTONE_WALL", 139);
|
||||
|
||||
define("CARROT_BLOCK", 141);
|
||||
define("POTATO_BLOCK", 141);
|
||||
define("POTATO_BLOCK", 142);
|
||||
|
||||
define("QUARTZ_BLOCK", 155);
|
||||
define("QUARTZ_STAIRS", 156);
|
||||
|
Loading…
x
Reference in New Issue
Block a user