Unable to run TFC in dev env with other mods (?)
Envel-Nikita-Gutsenkov opened this issue ยท 6 comments
Official goodmc request
Crash report
https://pastebin.com/Uybf8hhD
does not compile the mod with TFC
when we run the mod in the development environment
we run Minecraft
our mod compiles and runs
plus additional mods that you threw in the mods folder
and all mods run fine, but not TFC
throws an error
Meta Info
- TFC Version: 0.25.2.86
I can't reproduce this. This looks like your dev environment is broken, or your missing parts of TFC or the access transformer somehow.
- Can you reproduce this without any other mods?
- Can you reproduce this not in a dev environment?
- Are you loading TFC as a library or via sticking it in the mods folder?
Edit:
IF there's a specific mod conflict, it could be that said other mod is AT'ing the fields in ModelRenderer
that we shadow with identical fields, which would result in the IllegalAccessError
as seen here. If you can narrow it down to a specific mod conflict, that would be much appreciated.
Make sure you are using the same MCP mapping version as TFC is if you are using it by dropping it in /libs
I get the same error. I just created a new workspace with Forge 14.23.5.2847 and added TerraFirmaCraft-MC1.12.2-0.26.4.94 as a library and started the game.
I tested it again and using the deobf version with the correct mappings works for me.