gmod-title-screen/src/main/resources/fabric.mod.json

43 lines
928 B
JSON

{
"schemaVersion": 1,
"id": "gmod-title-screen",
"version": "${version}",
"name": "GMod Title Screen",
"description": "A mod that replaces Minecraft's title screen with one that highly resembles GMod's title screen style.",
"authors": [
"oatmealine"
],
"contact": {
"homepage": "https://modrinth.com/mod/gmod-title-screen",
"sources": "https://git.oat.zone/oat/gmod-title-screen"
},
"license": "LGPL-3.0-only",
"icon": "assets/gmod-title-screen/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"zone.oat.gmodtitlescreen.Mod"
],
"modmenu": [
"zone.oat.gmodtitlescreen.ModMenuIntegration"
]
},
"mixins": [
"gmod-title-screen.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "~1.18.2",
"java": ">=17",
"cloth-config": ">=6.0.0"
},
"recommends": {
"modmenu": ">=3.0.0"
}
}