Implemented food methods + fixed dying resetting food

This commit is contained in:
Dinnerbone
2011-09-15 06:24:45 +01:00
parent 7eff773769
commit 8b08696177
3 changed files with 113 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
this.itemInWorldManager = new ItemInWorldManager((WorldServer) world);
this.itemInWorldManager.player = this;
this.itemInWorldManager.a(oldMode);
this.m = new FoodMetaData();
// CraftBukkit end
}