mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
Compare commits
No commits in common. "9d6881d9f5102a38af05d14bd1255b2dbb30e781" and "71eb10a2a06793aba541f5311bfeecc91f98e621" have entirely different histories.
9d6881d9f5
...
71eb10a2a0
3 changed files with 25 additions and 38 deletions
28
README.md
28
README.md
|
@ -1,10 +1,9 @@
|
||||||

|
<img src="https://github.com/Oth3r/oth3r.github.io/blob/main/mod_data/Sit!/media/banner.png?raw=true" width="50%" style="margin-bottom: 10px; max-width:400px;">
|
||||||
|
|
||||||
[](https://github.com/Oth3r/Sit/issues)
|
[](https://github.com/Oth3r/Sit/releases) [](https://crowdin.com/project/oth3r-sit) [](https://www.oth3r.one/discord)
|
||||||
[](https://crowdin.com/project/oth3r-sit)
|
|
||||||
[](https://www.oth3r.one/discord)
|
[](https://modrinth.com/mod/sit!) [](https://www.curseforge.com/minecraft/mc-mods/Sit1)
|
||||||
|
|
||||||
[](https://modrinth.com/plugin/otterlib)
|
|
||||||
|
|
||||||
### **Sit!** is a vanilla+ mod that adds sitting in minecraft.
|
### **Sit!** is a vanilla+ mod that adds sitting in minecraft.
|
||||||
* Sit on **stairs**, **slabs**, **carpets** by default, and sit on everything else by tweaking the config!
|
* Sit on **stairs**, **slabs**, **carpets** by default, and sit on everything else by tweaking the config!
|
||||||
|
@ -42,29 +41,28 @@ Don't want to accidentally sit down? Set custom restrictions for each hand in th
|
||||||
\
|
\
|
||||||
Use **player unique** hand restrictions when connecting to a `Sit!` server on a `Sit!` Client!
|
Use **player unique** hand restrictions when connecting to a `Sit!` server on a `Sit!` Client!
|
||||||
|
|
||||||

|
<img src="https://github.com/Oth3r/oth3r.github.io/blob/main/mod_data/Sit!/media/desc/hand_restrictions.gif?raw=true" width="100%" style="margin-bottom: 10px;max-width:600px;"
|
||||||
|
alt="per player hand restriction showcase">
|
||||||
|
|
||||||
### 🟩 Custom Blocks
|
### 🟩 Custom Blocks
|
||||||
Want to sit on _**EVERY**_ block? With the config you can add more sitting options!
|
Want to sit on _**EVERY**_ block? With the config you can add more sitting options!
|
||||||
\
|
\
|
||||||
With the new config system, block tags and custom blockstates can be used to mass select blocks at ease.
|
With the new config system, block tags and custom blockstates can be used to mass select blocks at ease.
|
||||||
|
|
||||||

|
<img src="https://github.com/Oth3r/oth3r.github.io/blob/main/mod_data/Sit!/media/desc/custom_blocks.gif?raw=true" width="100%" style="margin-bottom: 10px; max-width:600px;"
|
||||||
|
alt="players sitting on a vast range of blocks">
|
||||||
|
|
||||||
### ⌨️ Keybinds
|
### ⌨️ Keybinds
|
||||||
Don't want to sit with the **just** the hand? Use a keybind or type a command to sit instead!
|
Don't want to sit with the **just** the hand? Use a keybind or type a command to sit instead!
|
||||||
|
|
||||||

|
<img src="https://github.com/Oth3r/oth3r.github.io/blob/main/mod_data/Sit!/media/desc/keybinds.gif?raw=true" width="100%" style="margin-bottom: 10px; max-width:600px;"
|
||||||
|
alt="setting keybinds for the sit mod, and sitting by using them">
|
||||||
|
|
||||||
### 📃 Customizable Config
|
### 📃 Customizable Config
|
||||||
Don't like the default settings? Go wild in the config for yourself or your players!
|
Don't like the default settings? Go wild in the config for yourself or your players!
|
||||||
|
<img src="https://github.com/Oth3r/oth3r.github.io/blob/main/mod_data/Sit!/media/desc/config.gif?raw=true" width="100%" style="margin-bottom: 10px; max-width:600px;"
|
||||||
|
alt="the Sit! config wiki page">
|
||||||
|
|
||||||

|
## Future Goals
|
||||||
|
|
||||||
## 🎯 Future Goals
|
|
||||||
* NeoForge Port
|
* NeoForge Port
|
||||||
* Full config via [OtterLib](https://modrinth.com/mod/otterlib)
|
* Full config via [OtterLib](https://modrinth.com/mod/otterlib)
|
||||||
|
|
||||||
## 🔗 Where to download
|
|
||||||
[](https://modrinth.com/mod/sit!)
|
|
||||||
[](https://www.curseforge.com/minecraft/mc-mods/Sit1)
|
|
15
build.gradle
15
build.gradle
|
@ -14,14 +14,7 @@ base {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven { url = "https://maven.terraformersmc.com/releases/" }
|
||||||
name = "DevAuth"
|
|
||||||
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
|
|
||||||
}
|
|
||||||
maven {
|
|
||||||
name = "Terraformers"
|
|
||||||
url = "https://maven.terraformersmc.com/"
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
name "oth3rMavenSnapshots"
|
name "oth3rMavenSnapshots"
|
||||||
url "https://maven.oth3r.one/snapshots"
|
url "https://maven.oth3r.one/snapshots"
|
||||||
|
@ -37,13 +30,11 @@ dependencies {
|
||||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||||
|
|
||||||
// required dependencies
|
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
modImplementation "one.oth3r:otterlib:${project.otterlib_version}"
|
|
||||||
|
|
||||||
// optional dependencies
|
|
||||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||||
modRuntimeOnly "me.djtheredstoner:DevAuth-fabric:${project.devauth_version}"
|
|
||||||
|
modImplementation "one.oth3r:otterlib:${project.otterlib_version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|
|
@ -4,23 +4,21 @@ org.gradle.parallel=true
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
min_minecraft_version=1.21.7
|
min_minecraft_version=1.21.6
|
||||||
max_minecraft_version=1.21.7
|
max_minecraft_version=1.21.6
|
||||||
minecraft_versions=1.21.7
|
minecraft_versions=1.21.6
|
||||||
|
|
||||||
minecraft_version=1.21.7
|
minecraft_version=1.21.6
|
||||||
yarn_mappings=1.21.7+build.1
|
yarn_mappings=1.21.6+build.1
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.4.5+1.21.7
|
mod_version=1.2.4.5+1.21.6
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.128.1+1.21.7
|
fabric_version=0.127.1+1.21.6
|
||||||
otterlib_version=0.2.1.0+1.21.7-fabric
|
|
||||||
otterlib_max_version=0.3.0.0+1.21.7-fabric
|
|
||||||
|
|
||||||
modmenu_version=15.0.0-beta.1
|
modmenu_version=15.0.0-beta.1
|
||||||
devauth_version=1.2.1
|
otterlib_version=0.2.1.0+1.21.6-fabric
|
||||||
|
otterlib_max_version=0.3.0.0+1.21.6-fabric
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue