mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 16:49:53 +00:00
Removed invalid Cookie item
This commit is contained in:
parent
111c716c21
commit
8b5bd8f206
@ -1588,7 +1588,7 @@ class Player{
|
|||||||
RAW_CHICKEN => 2,
|
RAW_CHICKEN => 2,
|
||||||
MELON_SLICE => 2,
|
MELON_SLICE => 2,
|
||||||
GOLDEN_APPLE => 10,
|
GOLDEN_APPLE => 10,
|
||||||
COOKIE => 2,
|
//COOKIE => 2,
|
||||||
COOKED_FISH => 5,
|
COOKED_FISH => 5,
|
||||||
RAW_FISH => 2,
|
RAW_FISH => 2,
|
||||||
);
|
);
|
||||||
|
@ -132,7 +132,7 @@ define("CAKE", 354);
|
|||||||
define("BED", 355);
|
define("BED", 355);
|
||||||
|
|
||||||
|
|
||||||
define("COOKIE", 357);
|
//define("COOKIE", 357);
|
||||||
|
|
||||||
|
|
||||||
define("SHEARS", 359);
|
define("SHEARS", 359);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user