BackSlotAddon

BackSlotAddon

2M Downloads

Use a mixin config plugin to disable or enable mixins if the mod isnt present

Linguardium opened this issue ยท 3 comments

commented

@Mixin(targets = "net/coderbot/iris/uniforms/IdMapUniforms$HeldItemSupplier")

you are throwing errors because you arent controlling whether to load your mixins or not. fix that with a mixin config plugin

commented

Should be already the case with

if (mixinClassName.contains("IdMapUniformsMixin") && !FabricLoader.getInstance().isModLoaded("iris")) {

commented

I would have to check the error logs I had collected. Is your mixin version locked to the version of the mod you are modifying?

Not sure what your local setup is but your iris version looks old in your build.gradle for the 1.21 branch too

commented

Seems like I kinda forgot about it. Updated it with b561a95