mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-28 15:08:00 +01:00
40 lines
No EOL
993 B
JSON
40 lines
No EOL
993 B
JSON
{
|
|
"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"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "minelp_logo.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"com.minelittlepony.client.MineLittlePony"
|
|
],
|
|
"modmenu": [
|
|
"com.minelittlepony.client.modmenu.MineLPModMenuFactory"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"minelp.mixin.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.4.0",
|
|
"fabric-api-base": ">=0.1.0",
|
|
"fabric-events-lifecycle-v0": ">=0.1.0",
|
|
"fabric-resource-loader-v0": ">=0.1.0",
|
|
"kirin": "*"
|
|
},
|
|
"suggests": {
|
|
"hdskins": "*",
|
|
"modmenu": "*"
|
|
}
|
|
} |