Improved Damage Framework

Improved Damage Framework

10.1k Downloads

Incompatibility With Enigmatic Legacy

Nathanator9000 opened this issue ยท 3 comments

commented

I have been trying to get Enigmatic Legacy and IDF to work together in my modpack, but it crashes without a crash report. I ran it with the logs and this is the full log.

launcher_log.txt

Searching IDF, I found these two errors.

23:37:04.130
game
[23:37:04] [main/ERROR] [mixin/]: Mixin config idf.mixin.json does not specify "minVersion" property
23:37:06.840
game
[23:37:06] [pool-3-thread-1/WARN] [mixin/]: @reDIrect conflict. Skipping enigmaticlegacy.mixins.json:MixinMobEffect->@reDIrect::onHurt(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;F)Z with priority 1000, already redirected by idf.mixin.json:damage.MixinMobEffect->@reDIrect::hurtRedirectPoison(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;F)Z with priority 1000

And searching Enigmatic Legacy I found this info.
23:37:04.216
game
[23:37:04] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.aizistral.enigmaticlegacy.MixinConnector]
23:37:06.307
game
[23:37:06] [main/INFO] [mixin/]: Mixing MixinPlayer from enigmaticlegacy.mixins.json into net.minecraft.world.entity.player.Player
23:37:06.492
game
[23:37:06] [main/INFO] [mixin/]: Mixing MixinLivingEntity from enigmaticlegacy.mixins.json into net.minecraft.world.entity.LivingEntity
23:37:06.826
game
[23:37:06] [pool-3-thread-1/INFO] [mixin/]: Mixing MixinMobEffect from enigmaticlegacy.mixins.json into net.minecraft.world.effect.MobEffect
23:37:06.840
game
[23:37:06] [pool-3-thread-1/WARN] [mixin/]: @reDIrect conflict. Skipping enigmaticlegacy.mixins.json:MixinMobEffect->@reDIrect::onHurt(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;F)Z with priority 1000, already redirected by idf.mixin.json:damage.MixinMobEffect->@reDIrect::hurtRedirectPoison(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;F)Z with priority 1000
23:37:06.869
game
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector onHurt(Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;F)Z in enigmaticlegacy.mixins.json:MixinMobEffect failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap enigmaticlegacy.refmap.json

commented

Working on a fix for next update ๐Ÿ‘

commented

Thank you so much! I'm excited for it!

commented

Should be fixed in 0.2.4