first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

7
config/sit.json5 Normal file
View File

@ -0,0 +1,7 @@
{
/* The maximum distance in blocks that the player can be away from a block to still be able to sit on it.
Do note, that this is limited by how far a player can access a block in vanilla Minecraft.
If this is set to 0, the player has to stand on top of the block to be able to sit on it.
*/
"blockReachDistance": 4
}