Open ljfa-ag opened 9 years ago
I know about the issue.
Thing is, they are not empty, and are populated by the gradle script (which I mostly do not understand).
Well at least the version number gets populated correctly. Could you post your build.gradle maybe?
For reference: https://github.com/ljfa-ag/Glass-Shards/blob/master/build.gradle#L60-L78 The "expand" part replaces "${version}" and "${mcversion}" in the mcmod.info.
If you can't get it to work you could still fill them in manually (apart from the version) can't you?
My gradle script looks nothing like the default, with almost everything being custom-written. And no, I keep it private.
Oh well, then you would have to ask whoever made it :P Getting a basic grasp of what the script does could be useful for you in any case.
I understand parts of it, but not really knowing Groovy or caring about how the normal system works sort of impedes that. :P
The mcmod.meta files in your mods all have empty fields for modid, name etc. You might want to fill those in because external programs such as MultiMC can read this file, and right now your mods' names are displayed as empty strings in MultiMC.