mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 08:23:20 +02:00
Merge branch '1.20-1.20.1' into snapshot
# Conflicts: # build.gradle # gradle.properties # src/main/java/one/oth3r/sit/Events.java # src/main/java/one/oth3r/sit/ModMenu.java # src/main/resources/fabric.mod.json
This commit is contained in:
commit
4c9432fd18
15 changed files with 401 additions and 193 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "sit",
|
||||
"id": "oth3r-sit",
|
||||
"version": "${version}",
|
||||
"name": "Sit!",
|
||||
"description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.",
|
||||
|
@ -18,14 +18,14 @@
|
|||
"main": [
|
||||
"one.oth3r.sit.Sit"
|
||||
],
|
||||
"server": [
|
||||
"one.oth3r.sit.SitServer"
|
||||
"client": [
|
||||
"one.oth3r.sit.SitClient"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": [
|
||||
"1.20.3-beta.1"
|
||||
">=1.20.3-beta.1"
|
||||
],
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue