ouroboros-group/pack/config/sit.json5
2023-06-20 19:23:35 -06:00

9 lines
No EOL
464 B
Text

{
// Disables the check to see whether both server and client have the same version of Sit installed.
"disableVersionChecker": true,
/* 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
}