rwtema / DenseOres

53 stars 51 forks source link

Comments removed after loading Minecraft. #60

Open ghost opened 9 years ago

ghost commented 9 years ago

While adding other mods ore to Dense Ores I was adding comments to keep track of which Mod/ore I was working on. But I found that after I started Minecraft the config was overwrote and my comments were removed.

Becomes a pain with mods like Mekanism and Mineralogy were the ore name is not in the baseBlock.

HenryLoenwind commented 9 years ago

This is how Forge's configuration works---the mod has to supply the comment when reading the value. RWTema opted to not supply a comment, so Forge will replace any comment with "no comment".

The logic behind this is: "Those are not comments. Those are the help text for the config fields. Have you ever seen a software where you could edit the help texts? Use it how it's supposed to be used, not how it makes sense!"

If you want to add your own comments, just add a dummy key, like "S:aaacomment=my_comment".