57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "scify",
|
|
"version": "${version}",
|
|
"name": "SciFy",
|
|
"description": "A Dungeonfy mod so good you'll think it's science fiction\n\n\nThanks to the Dungeonfy community for giving me something to do during summer -Chickenmanfy",
|
|
"authors": [
|
|
{
|
|
"name": "Chickenmanfy"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Endr."
|
|
}
|
|
],
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/project/scify",
|
|
"sources": "https://github.com/chickenmanfy/scify",
|
|
"issues": "https://github.com/chickenmanfy/scify/issues"
|
|
},
|
|
"license": "GPL-3",
|
|
"icon": "assets/scify/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
{
|
|
"value": "chickenmanfy.scify.SciFy",
|
|
"adapter": "kotlin"
|
|
}
|
|
],
|
|
"client": [
|
|
{
|
|
"value": "chickenmanfy.scify.SciFyClient",
|
|
"adapter": "kotlin"
|
|
}
|
|
]
|
|
},
|
|
"mixins": [
|
|
"scify.mixins.json",
|
|
{
|
|
"config": "scify.client.mixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.15.6",
|
|
"minecraft": "~1.21.1",
|
|
"java": ">=17",
|
|
"fabric-api": "*",
|
|
"fabric-language-kotlin": ">=1.11.0"
|
|
},
|
|
"suggests": {
|
|
"Mythicfy": "*"
|
|
}
|
|
}
|