mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
41 lines
799 B
JSON
41 lines
799 B
JSON
![]() |
{
|
||
|
"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!",
|
||
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||
|
},
|
||
|
"license": "CC0-1.0",
|
||
|
"icon": "assets/sit/icon.png",
|
||
|
"environment": "*",
|
||
|
"entrypoints": {
|
||
|
"main": [
|
||
|
"one.oth3r.sit.Sit"
|
||
|
],
|
||
|
"server": [
|
||
|
"one.oth3r.sit.SitServer"
|
||
|
],
|
||
|
"modmenu": [
|
||
|
"one.oth3r.sit.ModMenu"
|
||
|
]
|
||
|
},
|
||
|
"mixins": [
|
||
|
"sit.mixins.json"
|
||
|
],
|
||
|
"depends": {
|
||
|
"fabricloader": ">=0.14.21",
|
||
|
"minecraft": "~1.20.1",
|
||
|
"java": ">=17",
|
||
|
"fabric-api": "*"
|
||
|
},
|
||
|
"suggests": {
|
||
|
"yet-another-config-lib": "*",
|
||
|
"modmenu": "*"
|
||
|
}
|
||
|
}
|