Lothrazar / VillagerTools

forge java minecraft
MIT License
0 stars 3 forks source link

Incompatibilities with MCA Reborn mod #12

Open oMiCid00 opened 2 years ago

oMiCid00 commented 2 years ago

Minecraft Version: 1.18.2

Forge Version: 40.1.68

Mod Version: 1.0.2

Single Player or Server: private server

Describe problem (what you were doing; what happened; what should have happened): I can't use items like Scroll of Hubris, Rough Emerald Shard etc... on villagers using MCA Reborn Mod (version 7.3.14). It opens the MCA Reborn Interface on right click and doesn't apply the item's effect.

Sarelth commented 2 years ago

I also have the same issue, to add to the info it seems that it just applies to the villager-related items. The Infernal Shard works fine on Pillagers, though the Town Guard that spawns just stands around and does nothing (Not sure how that is related). A work around would be appreciated as both mods are great. Thanks

CDAGaming commented 2 years ago

https://github.com/Luke100000/minecraft-comes-alive/issues/329 This is an issue @Lothrazar can resolve by changing the check from and EntityType to an instanceof check, as we use a different EntityType.

kleineluka commented 10 months ago

Was this ever fixed?