{1.21.1] Failure to launch with create v6.0.7
Combie81 opened this issue · 7 comments
When booting the server with v6.0.7 of Create, TFMG causes the server startup to fail. I reverted to v6.0.6 and the server boots normally.
[26oct2025 11:21:43.413] [modloading-worker-0/ERROR] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: tfmg, class com.drmangotea.tfmg.TFMG
java.lang.NoSuchMethodError: 'com.tterrag.registrate.util.nullness.NonNullFunction com.simibubi.create.foundation.data.TagGen.tagBlockAndItem(java.lang.String[])'
I'm having the same exact issue i have narrowed it down sorta its partly creates new update or something
Even when i downgrade create it still won't work and when i delete tfmg it just closes on the red bootup screen
Guys, 6.0.7 was released a day ago, give some time to the devs so they can update. Downgrading create to 6.0.6 works for me btw.
It is obvious that if you go down to 6.0.6 it will work, if the problem is 6.0.7, whether it was released one day or 20, the best thing to do is to let us know because it doesn't have to fail, it is one of the few addons that have failed
Experiencing identical issue on Forge 1.20.1 - downgrading to Create 6.0.6 also worked for me.
TFMG is requesting the following class which is present in Create 6.0.6 but NOT in Create 6.0.7:
com/simibubi/create/foundation/data/recipe/CompatMetals
Minecraft 1.20.1
Forge 47.4.10
Create 6.0.7
TFMG 1.0.2c
I imagine the devs are going to work on a patch soon.
Opened a PR with migration to Create 6.0.7: #279