Sit/src/main/resources/fabric.mod.json

40 lines
926 B
JSON
Raw Normal View History

2023-07-20 20:17:52 -05:00
{
"schemaVersion": 1,
2024-10-01 11:04:39 -05:00
"id": "sit-oth3r",
2023-07-20 20:17:52 -05:00
"version": "${version}",
"name": "Sit!",
2024-10-01 14:50:03 -05:00
"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!",
2023-07-20 20:17:52 -05:00
"authors": [
"Oth3r"
],
"contact": {
"homepage": "https://modrinth.com/mod/sit!",
2023-07-22 21:21:54 -05:00
"sources": "https://github.com/Oth3r/Sit"
2023-07-20 20:17:52 -05:00
},
2023-07-22 21:21:54 -05:00
"license": "LGPL-3.0-only",
"icon": "assets/sit-oth3r/icon.png",
2023-07-20 20:17:52 -05:00
"environment": "*",
"entrypoints": {
"main": [
"one.oth3r.sit.Sit"
],
"client": [
"one.oth3r.sit.SitClient"
],
2023-07-20 20:17:52 -05:00
"modmenu": [
2024-07-11 13:43:54 -05:00
"one.oth3r.sit.screen.ModMenu"
2023-07-20 20:17:52 -05:00
]
},
"depends": {
"fabricloader": ">=0.14.21",
2025-03-12 18:44:28 -05:00
"minecraft": ">=${min_minecraft_version} <=${max_minecraft_version}",
2024-09-22 12:03:33 -05:00
"fabric": "*"
2023-07-20 20:17:52 -05:00
},
"suggests": {
"modmenu": "*"
2024-07-11 13:43:54 -05:00
},
2024-09-30 15:17:52 -05:00
"accessWidener": "sit!.accesswidener",
2024-07-11 13:43:54 -05:00
"mixins": [
"sit!.mixins.json"
]
2023-07-20 20:17:52 -05:00
}