Repurposed Structures (Forge)

Repurposed Structures (Forge)

21M Downloads

Mixin incompatibility with Enhanced Mob Spawners

Entoarox opened this issue ยท 4 comments

commented

Mod version is 1.16.3-2.2.11
The mod it conflicts with is https://www.curseforge.com/minecraft/mc-mods/enhanced-mob-spawners

Log file: latest.log

From what little I understand, both mods are trying to mess with enderman spawners and getting in eachothers way, which causes a crash as a result.

commented

Yeah this is due to EMS using an overwrite mixin instead of an inject mixin. I made an issue report to them showing them how to fix the Mojang spawner bug properly with mixins. Basically without the mixin fix, mob spawners with mobs that can be both passive and hostile (bees, endermen, pigmen, etc) will cause the mob to not render in the spawner and fill the log with spam like insane to the point the log is massive in size

andersblomqvist/enhanced-mob-spawners#17

commented

Ah, thanks for the info, I'll just have to remove the spawner mod until it gets fixed then....

commented

@Entoarox I've now fixed the issue which made my mod incompatible with this mod.

commented

Awesome! Thanks! I'll close this now