forked from virt-mirrors/Sit
Initial commit
This commit is contained in:
commit
ff1c9342ca
17 changed files with 1463 additions and 0 deletions
41
src/main/resources/fabric.mod.json
Normal file
41
src/main/resources/fabric.mod.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue