MineLittlePony/src/main/resources/fabric.mod.json

40 lines
993 B
JSON
Raw Normal View History

2019-05-28 01:50:18 +02:00
{
"schemaVersion": 1,
"id": "minelp",
"version": "${version}",
"name": "Mine Little Pony",
"description": "Mine Little Pony turns players and mobs into ponies.",
"authors": [
"Mumfrey", "Killjoy1221", "Sollace"
],
"contact": {
"homepage": "https://minelittlepony-mod.com/",
"sources": "http://github.com/MineLittlePony/MineLittlePony",
"issues": "https://github.com/MineLittlePony/MineLittlePony/issues"
2019-05-28 01:50:18 +02:00
},
2019-06-02 01:08:36 +02:00
"license": "MIT",
2019-05-28 01:50:18 +02:00
"icon": "minelp_logo.png",
"environment": "client",
"entrypoints": {
"client": [
"com.minelittlepony.client.MineLittlePony"
],
"modmenu": [
"com.minelittlepony.client.modmenu.MineLPModMenuFactory"
2019-05-28 01:50:18 +02:00
]
},
"mixins": [
"minelp.mixin.json"
],
"depends": {
2019-05-28 01:50:18 +02:00
"fabricloader": ">=0.4.0",
2019-07-07 19:39:54 +02:00
"fabric-api-base": ">=0.1.0",
"fabric-events-lifecycle-v0": ">=0.1.0",
"fabric-resource-loader-v0": ">=0.1.0",
"kirin": "*"
2019-05-28 01:50:18 +02:00
},
"suggests": {
2019-07-10 17:09:01 +02:00
"hdskins": "*",
"modmenu": "*"
}
2019-05-28 01:50:18 +02:00
}