AnimalNet

AnimalNet

600k Downloads

StackOverflowError when right clicking Villager

ImAK9 opened this issue ยท 1 comments

commented

Fabric Loader: 0.4.4 Build 139
Yarn: Build 3

@Overwrite
    @MixinMerged(mixin = "me.marnic.animalnet.mixin.AnimalNetMixinVillager", priority = 1000, sessionId = "1769573a-0990-48b7-b290-97bab7439516")
    public boolean method_5992(final class_1657 playerEntity_1, final class_1268 hand_1) {
        final class_1799 itemStack_1 = playerEntity_1.method_5998(hand_1);
        final boolean boolean_1 = itemStack_1.method_7909() == class_1802.field_8448 || this.isNet(itemStack_1.method_7909());
        return !boolean_1 && this.getVillager().method_5992(playerEntity_1, hand_1);
    }

Causing: https://pastebin.com/krCHiK8j

commented

Fixed in latest build.

Closing issue.