CreeperHost / Chickens

A Minecraft Mod
MIT License
5 stars 12 forks source link

Game won't even boot up #42

Closed DarkWolfyy21 closed 1 year ago

DarkWolfyy21 commented 1 year ago

I tried installing the chickens mod into a modpack, and when I booted up my whole screen was that pink and black no texture block. Game crashed right after that with this error message:

The game crashed whilst rendering overlay Error: java.lang.IllegalAccessError: failed to access class net.minecraft.client.renderer.block.model.ItemModelGenerator$SpanFacing from class net.mehvahdjukaar.modelfix.ModelFix (net.minecraft.client.renderer.block.model.ItemModelGenerator$SpanFacing is in module minecraft@1.19.2 of loader 'TRANSFORMER' @5f0f70c7; net.mehvahdjukaar.modelfix.ModelFix is in module modelfix@1.8 of loader 'TRANSFORMER' @5f0f70c7)

This is using the 1.19.2 version of the mod.

SMSchepke commented 1 year ago

What was the solution to this problem? I'm having the exact same issue.

xaelith commented 1 year ago

Based on the error line from class net.mehvahdjukaar.modelfix.ModelFix, it looks to me that another mod and the Chickens mod are clashing. Googling "model fix mod" brings up a mod called "Model Gap Fix", which I'm assuming is the offender.

I don't know what is causing the two mods to not like each other specifically, but I would bring up the issue with them as well.

SMSchepke commented 1 year ago

Thank you so much. I'll dig into that.