1
I've just setup all the packages and classes but when I ran minecraft on eclipse it will not recognize the mcmods.info file
Here is the file's content:
[
{
"modid": "moresmod"
"name": "MoOres",
"description": "A Remastered version of BetterVanilla++. This mod adds new Ores, Weapons, Tools and Armor.",
"version": "0.5",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
"authorList": ["Congueror"],
"credits": "Me",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]
Also the file is located at src/main/resources
I'd really appreciate any help
Here is the file's content:
[
{
"modid": "moresmod"
"name": "MoOres",
"description": "A Remastered version of BetterVanilla++. This mod adds new Ores, Weapons, Tools and Armor.",
"version": "0.5",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
"authorList": ["Congueror"],
"credits": "Me",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]
Also the file is located at src/main/resources
I'd really appreciate any help
2
There's a comma missing after : "moresmod" in the first line of the file. Try adding it and see if the file loads then. Also, is your file named "mcmods.info" as you said in the first line of your post? It needs to be named "mcmod.info" without the "s" instead.
OMG Thanks man am new to modding :)
