Topic category: Help with Minecraft modding (Java Edition)
I duplicated my workspace, ran it and it was fine. When I renamed it I couldn't run it and it came up with this:
'Main mod file compilation errors
One or more of your main mod files did not compile properly
This is usually caused by inconsistencies in the mod code during builds. MCreator may be able to solve this for you by regenerating the entire mod's code.
If you have locked mod elements or mod base files, they can cause this error too.
Click regenerate code button to proceed with this action.'
I clicked that and then it came up with the exact same thing, is there any way to fix this? (I don't know how to unlock/lock mod elements)
If locked mod elements is the reason, could it be from using the wood pack tool?
If you didn’t lock anything yourself, there should be nothing locked. I’m guessing the problem is the specific way you modified mod files or just renamed the something or outside of MCreator. My recommended way to go about this is to. If you want to make a duplicate workspace with another name I’d recommend following these steps:
After that, you should have a working differently named workspace copy.
It came up with the exact same notification:
'Main mod file compilation errors
One or more of your main mod files did not compile properly
This is usually caused by inconsistencies in the mod code during builds. MCreator may be able to solve this for you by regenerating the entire mod's code.
If you have locked mod elements or mod base files, they can cause this error too.
Click regenerate code button to proceed with this action.'
I don't know if this helps but here is a link to download the original mod:
https://www.curseforge.com/minecraft/mc-mods/spinifex-hopping-mouse/fil…
What do you mean with original mod? How did you "convert" original mod to the workspace?
I made the mod from MCreator, I didn't convert anything, just worded it poorly. Sorry for the confusion.
I don't know if this was obvious before, but the problem is changing the Mod ID/Namespace from 'hopping_mouse_mod' to 'the_outback'
Hope this helps.