diff --git a/sakura-server/minecraft-patches/sources/net/minecraft/world/entity/animal/IronGolem.java.patch b/sakura-server/minecraft-patches/sources/net/minecraft/world/entity/animal/IronGolem.java.patch index 53dcec8..963a68e 100644 --- a/sakura-server/minecraft-patches/sources/net/minecraft/world/entity/animal/IronGolem.java.patch +++ b/sakura-server/minecraft-patches/sources/net/minecraft/world/entity/animal/IronGolem.java.patch @@ -7,7 +7,7 @@ + // Sakura start - configure iron golems taking fall damage + @Override + protected final boolean isFallDamageImmune() { -+ return !this.level().sakuraConfig().entity.ironGolemsTakeFalldamage && this.isFallDamageImmune(); ++ return !this.level().sakuraConfig().entity.ironGolemsTakeFalldamage && super.isFallDamageImmune(); + } + // Sakura end - configure iron golems taking fall damage +