.fork-ui.0.1.0-alpha.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fork-ui Show documentation
Show all versions of fork-ui Show documentation
Comprehensive API designed for Minecraft modders
The newest version!
{
"schemaVersion": 1,
"id": "fork-ui",
"version": "${version}",
"name": "Fork API UI",
"description": "UI module of Fork API.",
"authors": [
"Peanuuutz"
],
"contact": {
"issues": "https://github.com/Peanuuutz/fork-api/issues",
"sources": "https://github.com/Peanuuutz/fork-api"
},
"license": "LGPLv3",
"icon": "assets/fork-ui/icon.png",
"environment": "*",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "net.peanuuutz.fork.ui.internal.entrypoint.ForkUI"
}
],
"client": [
{
"adapter": "kotlin",
"value": "net.peanuuutz.fork.ui.internal.entrypoint.ForkUIClient"
}
]
},
"mixins": [
"fork-ui.mixins.json"
],
"accessWidener": "fork-ui.accesswidener",
"depends": {
"fabricloader": ">=0.13.3",
"fabric-api": "*",
"fabric-language-kotlin": ">=1.9.0+kotlin.1.8.0",
"minecraft": "1.19.4"
},
"custom": {
"modmenu": {
"badges": [ "library" ]
}
}
}