diff --git a/divinemc-server/minecraft-patches/sources/net/minecraft/world/entity/monster/ZombieVillager.java.patch b/divinemc-server/minecraft-patches/sources/net/minecraft/world/entity/monster/ZombieVillager.java.patch index abf709e..8cc12f5 100644 --- a/divinemc-server/minecraft-patches/sources/net/minecraft/world/entity/monster/ZombieVillager.java.patch +++ b/divinemc-server/minecraft-patches/sources/net/minecraft/world/entity/monster/ZombieVillager.java.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/world/entity/monster/ZombieVillager.java +++ b/net/minecraft/world/entity/monster/ZombieVillager.java -@@ -320,6 +_,12 @@ +@@ -319,6 +_,12 @@ if (!this.isSilent()) { serverLevel.levelEvent(null, 1027, this.blockPosition(), 0); } diff --git a/gradle.properties b/gradle.properties index f033a9a..0808d21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ group = org.bxteam.divinemc mcVersion=1.21.4 version=1.21.4-R0.1-SNAPSHOT -purpurRef=e19b670781ee50f7af7a782f16c6e652b369ec91 +purpurRef=304174ec0dd431b34bdffe853270187e0f0ac816 experimental=false org.gradle.configuration-cache=true