Incompatibilities with VillagerTools mod
oMiCid00 opened this issue ยท 3 comments
Minecraft Version: 1.18.2
Forge Version: 40.1.68
Mod Version: 7.3.15
Private server
I can't use items like Scroll of Hubris, Rough Emerald Shard (items from VillagerTools mod v1.0.2 ) etc... on villagers.
It opens the MCA Reborn Interface on right click and doesn't apply the item's effect.
Mod link : https://www.curseforge.com/minecraft/mc-mods/villager-tools
Intentional incompatibility, several targetType == EntityType.VILLAGER
checks found when these should instead be instanceof VillagerEntity
of something like that.
I will add proper support to modded items, but before that VillagerTools needs to generify their items as CDA mentioned.