diff options
Diffstat (limited to 'Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch')
-rw-r--r-- | Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch b/Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch index 5de8db480c..d6706377d7 100644 --- a/Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch +++ b/Spigot-Server-Patches/0185-Make-max-squid-spawn-height-configurable.patch @@ -21,10 +21,10 @@ index 6c692e58cde22003ecbf6dc5695799147c39905a..3c39f1bb3d88baaaed4dd43c51faeef8 + } } diff --git a/src/main/java/net/minecraft/world/entity/animal/EntitySquid.java b/src/main/java/net/minecraft/world/entity/animal/EntitySquid.java -index f1eb2d7d226048bd02e091a376461fd7099d676e..2d9ac7baa924e6558727d58d43dbf6667f4f84a9 100644 +index 3cc9af925aaf116140d5f36cfc56aa001ffb4e35..7ce5e2597b34d3a4d2a79d73c15e893c064fc88c 100644 --- a/src/main/java/net/minecraft/world/entity/animal/EntitySquid.java +++ b/src/main/java/net/minecraft/world/entity/animal/EntitySquid.java -@@ -195,7 +195,8 @@ public class EntitySquid extends EntityWaterAnimal { +@@ -196,7 +196,8 @@ public class EntitySquid extends EntityWaterAnimal { } public static boolean b(EntityTypes<EntitySquid> entitytypes, GeneratorAccess generatoraccess, EnumMobSpawn enummobspawn, BlockPosition blockposition, Random random) { |