Back to mods
SitOnEverything project artwork

Modrinth · Minecraft mod

SitOnEverything

Sit on almost any block or entity with configurable seat positions, vanilla presets, and quick hotkey support.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which SitOnEverything release should I use?

Updated 2 days ago
Latest stable file 1.1.1
Game version 26.3
Loader NeoForge

SitOnEverything 1.1.1 targets 26.3 with NeoForge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is SitOnEverything required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does SitOnEverything 1.1.1 need?

1.1.1. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add SitOnEverything without breaking your instance.

Built for SitOnEverything 1.1.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.1.1. It targets 26.3 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.1.1. It opens that exact file at the source.

About this project

What does SitOnEverything add?

JOIN OUR DISCORD CurseForge

Sit On Everything lets you sit on almost any block or entity. It automatically creates sitting positions for vanilla and modded content, while giving you full control over exact seat positions, allowed targets, and interaction methods.

Install on the server — client installation is optional. Vanilla clients can use /sit and, when enabled by the server, Sneak + Right Click. Client-side installation adds keybinds and Ctrl + Right Click sitting.

Fully compatible with singleplayer.

What it does

  • Sit Almost Anywhere — sit on blocks, mobs, players, and content added by other mods.
  • No Client Mod Required/sit and the optional Sneak + Right Click interaction work entirely server-side.
  • Automatic Defaults — generates sitting positions for registered blocks and entities automatically, including modded content.
  • Precise Seat Positions — configure exact X, Y, and Z offsets for individual blocks and entities.
  • Baby Entity Support — configure separate positions for variants such as minecraft:cow#baby.
  • Allow / Deny Filters — control exactly what players can sit on using IDs and * wildcard patterns.
  • Multiple Sitting Controls — use /sit, Ctrl + Right Click, a configurable keybind, or an optional server-side Sneak + Right Click gesture.

How to sit

  • /sit — sits you on the block or entity you are looking at. Works without the mod installed on the client.
  • Ctrl + Right Click — client-side shortcut. Enabled by default.
  • Sit on target keybind — client-side and unbound by default. Assign it under Options → Controls → Sit On Everything.
  • Toggle Ctrl + Right Click keybind — client-side and unbound by default. Toggles the Ctrl shortcut without editing the config.
  • Sneak + Right Click with empty hands — optional server-side interaction. Disabled by default.
  • To stand up — press Sneak, just like dismounting a vanilla entity.

Configuration

The mod uses two JSON configuration files inside your config/ folder. Config files are upgraded automatically when needed while keeping your existing edits.

Client Config

config/sitoneverything-client.json

Controls client-side sitting shortcuts:

  • hotkeySittingEnabled — enables the dedicated sitting keybind. Default: true.
  • ctrlRightClickSittingEnabled — enables Ctrl + Right Click. Default: true.

Server / Common Config

config/sitoneverything.json

Controls seat positions, permission filters, and server-side interactions:

  • blocks — sitting positions for blocks.
  • entities — sitting positions for entities, including baby variants.
  • allow / deny — controls which targets players are allowed to sit on.
  • sneakRightClickSitting — enables server-side Sneak + Right Click sitting.

Choosing what players can sit on

The blocks and entities sections are generated from the game's registries on launch. New blocks and entities — including ones added by other mods — receive entries automatically, while your changes to existing entries are preserved.

Deleting an entry does not disable sitting on that target. Missing entries can be generated again on the next launch. Use the allow and deny sections to control what can actually be used as a seat.

Both sections accept exact IDs and * wildcard patterns. deny always takes priority.

"allow": {
  "blocks": ["*_stairs", "*_slab", "*_carpet"],
  "entities": ["minecraft:player"]
},
"deny": {
  "blocks": ["minecraft:oak_stairs"],
  "entities": []
}

An empty allow list allows everything that is not denied. A non-empty allow list permits only matching targets.

Baby variants follow the rules of their adult entity unless a pattern specifically targets the baby key.

Sitting without a client mod

The /sit command works entirely on the server, so players do not need the mod installed locally.

Servers can also enable a vanilla-compatible sitting interaction:

"sneakRightClickSitting": true

When enabled, sneaking and right-clicking a block with both hands empty attempts to sit the player without requiring a client mod or command.

This option is disabled by default because Sneak + Right Click is also used for normal Minecraft interactions. Blocks with block entities, such as chests, barrels, furnaces, beds, and lecterns, are skipped automatically. Some interactive blocks without block entities — including crafting tables, anvils, grindstones, looms, and stonecutters — can still conflict with this gesture.

For that reason, it is recommended to use sneakRightClickSitting together with an allow list containing the blocks you actually want to use as seats.

Configuration examples

Simple centered block height

"blocks": {
  "minecraft:stone": -0.6
}

Precise block position

"blocks": {
  "minecraft:oak_stairs": {
    "x": 0.5,
    "y": -0.72,
    "z": 0.62
  }
}

Entity and baby variant

"entities": {
  "minecraft:cow": {
    "x": 0.5,
    "y": 0.78,
    "z": 0.5
  },
  "minecraft:cow#baby": {
    "x": 0.5,
    "y": 0.56,
    "z": 0.5
  }
}

Feedback

Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/HTkn94BXmA

More mods by Nikrecs: Eat Andesite · Rope

Project description from Modrinth.

Pick your setup

SitOnEverything by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

17 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

SitOnEverything versions and loaders

46 of 46 releases match

Looking for an older file? The official Modrinth project page is in Resources.