Started by
dinhhokhanhnhat
on
Topic category: Help with MCreator software
As the title said.
I hate that MCreator changes the mcmod.info and MANIFEST.MF when I export the mod.
For example:
This is the original one I typed:
"
Manifest-Version: 1.0
FMLCorePluginContainsFMLMod: true
Can-Redefine-Classes: true
Implementation-Timestamp: 2025-04-01T17:36:32+0800
Can-Retransform-Classes: true
ForceLoadAsMod: true
FMLCorePlugin: net.mcreator.super_mod.SuperCore
"
But after I exported the mod, I always found this:
"
Manifest-Version: 1.0
"
Do you guys have any solutions?
I am using MCreator 2021.1.
Thank you.