1

Eclipse won't recognize mcmod.info file

This Guy1 6/6/19 1:05 am
515
6/7/2019 5:09 am
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
Posted by
This Guy1
Level 40 : Master Modder
14

  Have something to say?

JoinSign in

2

Geforce
06/06/2019 10:17 pm
Level 64 : High Grandmaster Modder
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.
1
This Guy1
06/07/2019 5:09 am
Level 40 : Master Modder
OMG Thanks man am new to modding :)
1

Welcome