From 5d619b8f7ecf4fa07c5584b179554ae37c60aef6 Mon Sep 17 00:00:00 2001 From: xjboss Date: Wed, 28 Jun 2017 20:19:55 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=A2=9E=E5=8A=A0=E5=AF=B9OptionalFo?= =?UTF-8?q?rce=E7=9A=84=E6=A3=80=E6=9F=A5=E6=9D=A5=E7=A1=AE=E5=AE=9A?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E8=B7=B3=E8=BF=87=E5=AE=9E=E4=BD=93tick"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1f7f67c56d87c4c9393bdace1d34ca06b9f67188. --- patches/net/minecraft/world/World.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/net/minecraft/world/World.java.patch b/patches/net/minecraft/world/World.java.patch index 46c70a5..a5ffe63 100644 --- a/patches/net/minecraft/world/World.java.patch +++ b/patches/net/minecraft/world/World.java.patch @@ -1079,7 +1079,7 @@ public void updateEntityWithOptionalForce(Entity p_72866_1_, boolean p_72866_2_) { + if (p_72866_1_.isDead) return; -+ if(!CauldronHooks.canEntityTick(p_72866_1_,this)&&!p_72866_2_){ ++ if(!CauldronHooks.canEntityTick(p_72866_1_,this)){ + p_72866_1_.ticksExisted++; + p_72866_1_.inactiveTick(); + return;