2023-07-20 20:17:52 -05:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
2023-11-21 23:21:47 -06:00
|
|
|
"id": "oth3r-sit",
|
2023-07-20 20:17:52 -05:00
|
|
|
"version": "${version}",
|
|
|
|
"name": "Sit!",
|
|
|
|
"description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.",
|
|
|
|
"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",
|
2024-08-07 12:49:51 -05:00
|
|
|
"icon": "assets/sit-oth3r/icon.png",
|
2023-07-20 20:17:52 -05:00
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"one.oth3r.sit.Sit"
|
|
|
|
],
|
2023-11-21 23:21:47 -06:00
|
|
|
"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",
|
2024-09-22 12:03:33 -05:00
|
|
|
"minecraft": ">=${min_minecraft_version} <=${minecraft_version}",
|
|
|
|
"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
|
|
|
}
|