forked from virt-mirrors/Sit
41 lines
982 B
JSON
41 lines
982 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "sit-oth3r",
|
|
"version": "${version}",
|
|
"name": "Sit! - Virt Edition",
|
|
"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!\n Contains bed cookie patch.",
|
|
"authors": [
|
|
"Oth3r",
|
|
"Virt"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://copeberg.org/virt/Sit",
|
|
"sources": "https://copeberg.org/virt/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"
|
|
]
|
|
}
|