rsemcs/config/shetiphiancore.toml
Harrison Deng 51c272c2ed Re-added radium and changed server configurations.
Increased server capacity to 8.

Decreased watch of flowing time bonus ticks to 2.
2022-06-28 09:33:14 -05:00

16 lines
669 B
TOML

#Core Edits
[core_edits]
#Modifies entity collision checks to work with thinner blocks
#Unmodified ignores blocks bellow 1/5 (slightly thicker then a lower trap door)
#Modified processes blocks down to 3/32 (slightly thicker then carpets)
#
#If you need to disable this to solve a compatibility issue, please report it to me
#Non-living entities and thinner blocks are already exempt to avoid compatibility issues
enable_thin_block_handler = true
#When enabled carpets on top of scaffolding can be passed through just like snow
enable_carpet_passthrough = true
#When enabled using bonemeal on a stripped log restores the bark
bonemeal_restores_bark = true