mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 00:52:22 -07:00
@@ -2,7 +2,7 @@
|
||||
+++ b/net/minecraft/server/BlockCake.java
|
||||
@@ -34,7 +34,18 @@
|
||||
private void b(World world, BlockPosition blockposition, IBlockData iblockdata, EntityHuman entityhuman) {
|
||||
if (entityhuman.l(false)) {
|
||||
if (entityhuman.m(false)) {
|
||||
entityhuman.b(StatisticList.J);
|
||||
- entityhuman.getFoodData().eat(2, 0.1F);
|
||||
+ // CraftBukkit start
|
||||
|
Reference in New Issue
Block a user