Skip to content

Commit

Permalink
Update golem patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp925 committed May 4, 2022
1 parent 02d96f4 commit 43372a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patches/server/0043-Iron-Golems.patch
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,10 @@ index aaf47d3f58819ead3553973c159c5c6eec4abe43..78d4d7108e1ac32a4e0e9420979c6769
import net.minecraft.world.entity.boss.enderdragon.EnderDragon;
import net.minecraft.world.entity.item.ItemEntity;
import net.minecraft.world.entity.monster.Ghast;
@@ -870,10 +869,15 @@ public class CraftEventFactory {
@@ -875,10 +874,15 @@ public class CraftEventFactory {
// Paper end
victim.expToDrop = event.getDroppedExp();
lootCheck.run(); // Paper - run advancement triggers before destroying the equipment stacks below

+ boolean golem = NFTWorldsConfig.betterGolemFarms && victim instanceof IronGolem;
+
Expand Down

0 comments on commit 43372a7

Please sign in to comment.