mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Proper recipe ingredient matching, fixed crafting type resetting
This commit is contained in:
@ -411,6 +411,9 @@ class Item{
|
||||
const RAW_CHICKEN = 365;
|
||||
const COOKED_CHICKEN = 366;
|
||||
|
||||
const GOLD_NUGGET = 371;
|
||||
const GOLDEN_NUGGET = 371;
|
||||
|
||||
const SPAWN_EGG = 383;
|
||||
|
||||
const EMERALD = 388;
|
||||
|
Reference in New Issue
Block a user