From bbdc512db2173bdcc3ec6652dc66fc98d22d5445 Mon Sep 17 00:00:00 2001 From: Robotia Date: Thu, 3 Mar 2016 07:57:42 -0500 Subject: [PATCH] Keep level/food data --- patches/net/minecraft/entity/player/EntityPlayerMP.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/net/minecraft/entity/player/EntityPlayerMP.java.patch b/patches/net/minecraft/entity/player/EntityPlayerMP.java.patch index b4bb547f..58c7217e 100644 --- a/patches/net/minecraft/entity/player/EntityPlayerMP.java.patch +++ b/patches/net/minecraft/entity/player/EntityPlayerMP.java.patch @@ -732,7 +732,7 @@ + this.keepLevel = m.keepLevel; + this.maxHealthCache = m.maxHealthCache; + this.lastFoodLevel = m.lastFoodLevel; -+ ++ this.xpCooldown = m.xpCooldown; } protected void onNewPotionEffect(PotionEffect p_70670_1_)