shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
327 stars 66 forks source link

[Bug] [Fixed on it's own somehow] Game strangely doesn't load when 187 mods or more are installed and REI is enabled #1427

Closed Mqony closed 1 year ago

Mqony commented 1 year ago

What happened?

Game doesn't load at all due to a fatal error caused by an REI mixin, only when 187+ mods are installed. For some reason, the game works fine if I remove just one (or more) mods, but doesn't load at all if I'm using over 187 mods. It also works if I remove REI and use 187 mods or more.

What mod loaders are you seeing the problem on?

Forge

What do you think this bug is of?

Relevant log output

[19:48:16] [main/FATAL]: Mixin apply failed rei.mixins.json:MixinEffectRenderingInventoryScreen -> net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Variable modifier target for net/minecraft/client/gui/screens/inventory/EffectRenderingInventoryScreen::modifyK was removed by another injector [INJECT Applicator Phase -> rei.mixins.json:MixinEffectRenderingInventoryScreen -> Apply Injections ->  -> Inject -> rei.mixins.json:MixinEffectRenderingInventoryScreen->@ModifyVariable::modifyK(I)I]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Variable modifier target for net/minecraft/client/gui/screens/inventory/EffectRenderingInventoryScreen::modifyK was removed by another injector [INJECT Applicator Phase -> rei.mixins.json:MixinEffectRenderingInventoryScreen -> Apply Injections ->  -> Inject -> rei.mixins.json:MixinEffectRenderingInventoryScreen->@ModifyVariable::modifyK(I)I]

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.