From 7483a45e55a1c33fcff722ee2380e080ccbf6671 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sat, 7 May 2022 11:38:15 -0700 Subject: [PATCH] Fix door breaking difficulty defaults for vindicator (#7795) --- patches/server/Configurable-door-breaking-difficulty.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Configurable-door-breaking-difficulty.patch b/patches/server/Configurable-door-breaking-difficulty.patch index 699fc5c1cf..f8128de55c 100644 --- a/patches/server/Configurable-door-breaking-difficulty.patch +++ b/patches/server/Configurable-door-breaking-difficulty.patch @@ -19,7 +19,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + private void setupEntityBreakingDoors() { + for (net.minecraft.world.entity.EntityType entityType : entitiesValidForBreakDoors) { + java.util.function.Predicate difficultyPredicate = net.minecraft.world.entity.monster.Zombie.DOOR_BREAKING_PREDICATE; -+ if (entityType.getBaseClass() == net.minecraft.world.entity.monster.Vindicator.class) { ++ if (entityType == net.minecraft.world.entity.EntityType.VINDICATOR) { + difficultyPredicate = net.minecraft.world.entity.monster.Vindicator.DOOR_BREAKING_PREDICATE; + } + entitiesDifficultyBreakDoors.put(