mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Multiple changes
* Fixed hoe durability * Fixed some blocks hitbox * Added Creative pseudo-inventory * Added Carrots and Carrot Crops * Added Potatoes, Baked potatoes and Potato Crops
This commit is contained in:
@ -36,6 +36,7 @@ class SmeltingData{
|
||||
RAW_BEEF => array(STEAK, 0),
|
||||
RAW_CHICKEN => array(COOKED_CHICKEN, 0),
|
||||
RED_MUSHROOM => array(DYE, 1),
|
||||
POTATO => array(BAKED_POTATO, 0),
|
||||
);
|
||||
|
||||
}
|
Reference in New Issue
Block a user