ReikaKalseki / Reika_Mods_Issues

The issue tracker for all of my mods - RotaryCraft, its addons, ChromatiCraft, and everything else.
46 stars 14 forks source link

Metadata fields are empty #302

Open ljfa-ag opened 9 years ago

ljfa-ag commented 9 years ago

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.

ReikaKalseki commented 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).

ljfa-ag commented 9 years ago

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?

ReikaKalseki commented 9 years ago

My gradle script looks nothing like the default, with almost everything being custom-written. And no, I keep it private.

ljfa-ag commented 9 years ago

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.

ReikaKalseki commented 9 years ago

I understand parts of it, but not really knowing Groovy or caring about how the normal system works sort of impedes that. :P