MinecraftForge / FML

(Archive Only: Merged into Forge proper) The Forge Mod Loader - an opensource replacement mod loader for minecraft
Other
432 stars 201 forks source link

mcmod.info wiki entry #436

Closed judos closed 10 years ago

judos commented 10 years ago

Hello,

The wiki entry for the "mcmod.info" file is pretty outdated. (https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file)

Some of the content like authors doesn't work anymore. Is there somewhere an update what has changed in the file?

Thanks for your help!

Lunatrius commented 10 years ago

421

Here's an up to date mcmod.info.

LexManos commented 10 years ago

Updated, it was jsut autors -> authorList right? Anything else?

Lunatrius commented 10 years ago

useDependencyInformation is a boolean

judos commented 10 years ago

Thanks for the up to date file ^^ The wiki entry still looks outdated because it has mcversion="1.4.5" in it. Also the dependencies could have a version number in it.

LexManos commented 10 years ago

How about you guys actually list off ALL the things you want changed so I can change them. The mcversion means nothing its the mcversion -.-

judos commented 10 years ago

You could mabe replace it with the up to date list from Lunatrius (if he agress with that) that looks pretty self explaining... mcmod.info from Lunatrius

LexManos commented 10 years ago

I have edited everything that has been mentioned, and the file you linked matches the example just fine. So if you have SPECIFIC things then list them.

Lunatrius commented 10 years ago

Mine is actually processed when building the jar.

I did overlook two things though:

--- from_file 
+++ (clipboard) 
@@ -1,6 +1,6 @@
 {
-    "modinfoversion": 2,
-    "modlist": [
+    "modListVersion": 2,
+    "modList": [
         {
             "modid": "mod_IronChest",
             "name": "Iron Chest",