aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch')
-rw-r--r--patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch b/patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch
index 69b6183590..351633a78e 100644
--- a/patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch
+++ b/patches/server/0815-Dont-count-named-piglins-and-hoglins-towards-mob-cap.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Dont count named piglins and hoglins towards mob cap
diff --git a/src/main/java/net/minecraft/world/level/NaturalSpawner.java b/src/main/java/net/minecraft/world/level/NaturalSpawner.java
-index 0c857fce997d918d1552f7d1e8695e7908df8b3c..bacd75f67f783f49208a74501cc7e6e7485010a4 100644
+index 0b228b8bcae5ed2840ab244b6de35732f737504d..f316585ccf6baf5e7e514ba3a68b4344e781a82d 100644
--- a/src/main/java/net/minecraft/world/level/NaturalSpawner.java
+++ b/src/main/java/net/minecraft/world/level/NaturalSpawner.java
@@ -83,7 +83,7 @@ public final class NaturalSpawner {