mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 01:17:42 +01:00
Don't apply potion effect to wolves during worldgen
This commit is contained in:
@@ -1259,10 +1259,10 @@ index 323d79a99..1809f2ba3 100644
|
||||
|
||||
@Override
|
||||
diff --git a/src/main/java/net/minecraft/server/EntityWolf.java b/src/main/java/net/minecraft/server/EntityWolf.java
|
||||
index ca38c2224..f60dc96fc 100644
|
||||
index 0d179f3d3..fa68a0feb 100644
|
||||
--- a/src/main/java/net/minecraft/server/EntityWolf.java
|
||||
+++ b/src/main/java/net/minecraft/server/EntityWolf.java
|
||||
@@ -120,6 +120,14 @@ public class EntityWolf extends EntityTameableAnimal implements IEntityAngerable
|
||||
@@ -121,6 +121,14 @@ public class EntityWolf extends EntityTameableAnimal implements IEntityAngerable
|
||||
setCollarColor(world.purpurConfig.wolfDefaultCollarColor);
|
||||
super.tame(entityhuman);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user