CodeChicken Lib 1.8.+

CodeChicken Lib 1.8.+

128M Downloads

Crash. Minecraft 1.19.2. Forge 43.2.0. codechicken:CodeChickenLib:1.19.2-4.3.1.483:universal

S4TURN21 opened this issue ยท 5 comments

commented

Crash. Minecraft 1.19.2. Forge 43.2.0. codechicken:CodeChickenLib:1.19.2-4.3.1.483:universal
crash-2023-07-29_14.08.59-client.txt

commented

It seems that a lot of properties have become protected or private. Am I doing something wrong?

commented

My bad. I didn't set accessTransformer in build.gradle.
Used EnderStorage as example. Thx!

commented

If I read crash log correctly, the error occurs in codechicken.lib.internal.HighlightHandler on line 39, during class loading. Looks like POSITION_COLOR_SHADER has protected access in 'net.minecraft.client.renderer.RenderStateShard'.

commented

Nope. Same error. Even tried downloading EnderStorage repository and building it.
crash-2023-07-30_13.37.32-client.txt

commented

Solved by adding this lines in build.gradle -> runs -> client:

property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"