Started by
RollingThunder_
on
Topic category: Troubleshooting, bugs, and solutions
MCreator 1.12.2 is working perfectly for me, other than the fact that block names do not display correctly. Is there something wrong on my end, or is this a known bug?
Instead of displaying "Light Wood", the block displays as "tile.lightWood.name".
Go to MCreator folder.
Find the "forge" folder, go to "src", go to "main", go to "resources" find "pack.mcmeta".
Open "pack.mcmeta" with notepad.
Normally, you will have that:
{
"pack": {
"description": "pack",
"pack_format": 3,
"_comment": "A pack_format of 3 should be used starting with Minecraft 1.11. All resources, including language files, should be lowercase (eg: en_us.lang). A pack_format of 2 will load your mod resources with LegacyV2Adapter, which requires language files to have uppercase letters (eg: en_US.lang)."
}
}
Replace '"pack_format": 3' BY '"pack_format": 2'
Save that file and recompile !
It is a known bug. We will fix it in upcoming updates. For an immediate fix, use the advice provided by KawaZaa.
But I cant find that file, the only things there are assets, mcmod.info and logo.png
JRGlitches, the file is stored at C:\Pylo\MCreator176\forge\src\main\resources
you may be looking at the wrong folder.
how to fix decompileMC