2023-07-20 20:17:52 -05:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "sit",
|
|
|
|
"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",
|
2023-07-20 20:17:52 -05:00
|
|
|
"icon": "assets/sit/icon.png",
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"one.oth3r.sit.Sit"
|
|
|
|
],
|
|
|
|
"server": [
|
|
|
|
"one.oth3r.sit.SitServer"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"depends": {
|
|
|
|
"fabricloader": ">=0.14.21",
|
2023-09-05 16:46:36 -05:00
|
|
|
"minecraft": "1.20.2-beta.1",
|
2023-07-20 20:17:52 -05:00
|
|
|
"java": ">=17",
|
|
|
|
"fabric-api": "*"
|
|
|
|
},
|
|
|
|
"suggests": {
|
|
|
|
"yet-another-config-lib": "*",
|
|
|
|
"modmenu": "*"
|
|
|
|
}
|
|
|
|
}
|