Sit/src/main/resources/fabric.mod.json
2025-03-25 12:00:04 -05:00

40 lines
No EOL
926 B
JSON

{
"schemaVersion": 1,
"id": "sit-oth3r",
"version": "${version}",
"name": "Sit!",
"description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.\n Players can have their own sitting settings when using the Sit! client on the server!",
"authors": [
"Oth3r"
],
"contact": {
"homepage": "https://modrinth.com/mod/sit!",
"sources": "https://github.com/Oth3r/Sit"
},
"license": "LGPL-3.0-only",
"icon": "assets/sit-oth3r/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"one.oth3r.sit.Sit"
],
"client": [
"one.oth3r.sit.SitClient"
],
"modmenu": [
"one.oth3r.sit.screen.ModMenu"
]
},
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
"fabric": "*"
},
"suggests": {
"modmenu": "*"
},
"accessWidener": "sit!.accesswidener",
"mixins": [
"sit!.mixins.json"
]
}