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

34 lines
773 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.FabMod"
]
},
"mixins": [
"minelp.mixin.json"
],
"depends": {
2019-05-28 01:50:18 +02:00
"fabricloader": ">=0.4.0",
"fabric": "*",
"kirin": "*"
2019-05-28 01:50:18 +02:00
},
"suggests": {
"hdskins": "*"
}
2019-05-28 01:50:18 +02:00
}