Tiny client and server pack for daxe's community modrinth.com/project/daxe

Adjust Fsit configuration

+46 -1
+41
config/fsit.yml
··· 1 + version: 4 2 + # Whether to use the server-side configuration. 3 + use_server: false 4 + sitting: 5 + # Controls sitting behaviour. Possible values: nothing, discard (if no block underneath sitting player), gravity. 6 + behaviour: "gravity" 7 + # Places seat in the center of the block 8 + should_center: true 9 + on_use: 10 + # Allows to start sitting on specific blocks by interacting with them. 11 + sitting: true 12 + # Allows to start riding other players by interaction with them. 13 + riding: true 14 + # The maximum distance to a target to interact. 15 + range: 1 16 + # Prevents players from sitting in places where they would suffocate. 17 + check_suffocation: true 18 + # Activate only when interacting with an empty main hand. 19 + require_empty_main_hand: true 20 + # List of blocks or block types (e.g., "oak_log", "#logs") that are available to sit on by interacting with them. 21 + blocks: 22 + - "#minecraft:slabs" 23 + - "#minecraft:stairs" 24 + - "#minecraft:logs" 25 + - "minecraft:dried_ghast" 26 + on_sneak: 27 + # Allows to start sitting by double sneaking while looking down. 28 + sitting: true 29 + # Allows to start crawling by double sneaking near a one-block gap. 30 + crawling: true 31 + # The minimum angle must be looking down (in degrees) with double sneak. 32 + min_pitch: 70.0 33 + # The window between sneaks to sit down (in milliseconds). 34 + delay: 500 35 + commands: 36 + # Whether to register /fsit command. Requires restart 37 + root: true 38 + # Whether to register /sit command. Requires restart 39 + sit: true 40 + # Whether to register /crawl command. Requires restart 41 + crawl: true
+4
index.toml
··· 33 33 hash = "5c39746c2be5b7eabe3cf2fa6b02af9ef80d805bab1c1c5207330a79c7306e4c" 34 34 35 35 [[files]] 36 + file = "config/fsit.yml" 37 + hash = "9698bf9ab895f40e10f8072f8f4b0b764e7f6265e91a85e6e80266cac3839da3" 38 + 39 + [[files]] 36 40 file = "config/image2map.json" 37 41 hash = "ba5e873da04a8ed4751c9cfb2135b8ea0b903da994de16e0944ca769988b1c7d" 38 42
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "da3f0546fff2936599b4ac3876277ff59c9ea6929540e2b348443d58217afd91" 9 + hash = "45330df51e7a4b5be6eb6b7379ca386bbe2e3fb7418b1417f96e7390a10c27f3" 10 10 11 11 [versions] 12 12 fabric = "0.18.4"