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

38 lines
764 B
JSON
Raw Normal View History

2023-07-20 20:17:52 -05:00
{
"schemaVersion": 1,
"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",
2023-07-20 20:17:52 -05:00
"icon": "assets/sit/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"one.oth3r.sit.Sit"
],
"client": [
"one.oth3r.sit.SitClient"
],
2023-07-20 20:17:52 -05:00
"modmenu": [
"one.oth3r.sit.ModMenu"
]
},
"depends": {
"fabricloader": ">=0.14.21",
2024-01-08 12:04:33 -06:00
"minecraft": ">=1.20 <=1.20.1",
2023-07-20 20:17:52 -05:00
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"yet-another-config-lib": "*",
"modmenu": "*"
}
}