[PKG] Fix your mcmod.info file
Wabbit0101 opened this issue ยท 3 comments
Your mcmod.info file is the default "Example Mod" version. Change it to include your mod's specifics especially the mod id and name. Below is an example temp changed file I patched into your .jar file.
[{
"modid": "stonechest",
"name": "Stone Chest",
"description": "Chests made of stone",
"version": "1.0.3",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
"authorList": [],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}]