Hi folks,
Just getting started with modding and looking at the mcmod.info file. In the supplied example_mod mcmod.info file it uses a number of placeholders for things like version. I've noticed some odd behaviour.
In the file, it looks like this:
"version": "${version}",
Then when it's displayed in game, it looks like this:
Version: ${version} (1.10.2-1.0)
I checked the mcpmod.info file and I notice they're manually specifying the version number, rather than using ${version}
Is this a minor bug? I note that the documentation https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file makes no mention of these placeholders. Perhaps they're now deprecated?
Cheers,
Xeno