mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 03:35:33 +00:00
Increased hearts restored by Apples
This commit is contained in:
parent
e12290202b
commit
126f149f0b
@ -1874,7 +1874,7 @@ class Player{
|
|||||||
switch($data["event"]){
|
switch($data["event"]){
|
||||||
case 9: //Eating
|
case 9: //Eating
|
||||||
$items = array(
|
$items = array(
|
||||||
APPLE => 2,
|
APPLE => 4,
|
||||||
MUSHROOM_STEW => 10,
|
MUSHROOM_STEW => 10,
|
||||||
BEETROOT_SOUP => 10,
|
BEETROOT_SOUP => 10,
|
||||||
BREAD => 5,
|
BREAD => 5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user