JustAlittleWolf / fsit

A simple mod that adds the ability to sit

Home Page:https://modrinth.com/mod/fsit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSit (Fabric)

A server-side mod that allows players to sit anywhere!

Partially GSit rework for Fabric.

NOTE:

Player Riding: By default, when a player rides another player, his hit-box is blocking player's view. Install this mod on the client to prevent sight blocking.

Usage

  • To sit or crawl, you need to sneak twice while looking down;
  • Use stairs, slabs, or horizontal logs (configurable);
  • Ride other players;
  • By commands /sit and /crawl;

Client

The server will respect players' configuration if this mod is installed on the client. Additionally, they can restrict other players from riding them using Social Interactions screen.

For other players, server configuration will be used.

Configuration (config/fsit.toml)

The config can be modified using Mod Menu and Cloth Config API installed.

Use /fsit get <key> and /fsit set <key> <value to access or modify config fields. Reload from the file using /fsit reload.

config_version = 4

[sneak]
enabled = true
angle = 66.0
delay = 600

[sittable]
enabled = true
radius = 2
blocks = []
tags = ["minecraft:slabs", "minecraft:stairs", "minecraft:logs"]

[riding]
enabled = true
radius = 3

Contributing

Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

A simple mod that adds the ability to sit

https://modrinth.com/mod/fsit

License:MIT License


Languages

Language:Java 100.0%