ServerCore

ServerCore

384k Downloads

Villager Lobotomization/Activation Range causes crash in 1.19

CamperSamu opened this issue ยท 1 comments

commented

Describe the bug
In Minecraft 1.19 the Villager Lobotomization option causes a crash (NoSuchMethodError: net.minecraft.class_1277 net.minecraft.class_1646.method_18011())
https://pastebin.com/gmydAsxr
The issue is in https://github.com/Wesley1808/ServerCore/blob/1.19/src/main/java/me/wesley1808/servercore/mixin/features/ticking/VillagerMixin.java

Reproduce

  1. Enable Villager Lobotomization on 1.19 server
  2. Go to a village and stand outside a village after loading them and going away
  3. Wait a bit
  4. Crash.

Expected behavior
The server should't crash and the villager shouldn't always tick

Versions -Latest is not a version!
ServerCore: 1.3.0-1.19
Minecraft: 1.19

commented

Apparently I picked the wrong mod, it's not ServerCore's fault.
Sorry for the inconvenience.