38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "quickiefabric",
|
|
"version": "${version}",
|
|
"name": "quickiefabric",
|
|
"description": "Quickiefabric is the fabric implementation of Quickie, a mot to speed up daily work in Minecraft.",
|
|
"authors": [
|
|
"Jottyfan"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://gitlab.com/jottyfan/quickiefabric",
|
|
"sources": "https://gitlab.com/jottyfan/quickiefabric"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/quickiefabric/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"de.jottyfan.minecraft.quickiefabric.QuickieFabric"
|
|
],
|
|
"client": [
|
|
"de.jottyfan.minecraft.quickiefabric.QuickieFabricClient"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"quickiefabric.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.9",
|
|
"fabric": "*",
|
|
"minecraft": "1.19.2",
|
|
"java": ">=17"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*"
|
|
}
|
|
}
|