Initial commit
This commit is contained in:
29
config/snowrealmagic-common.toml
Normal file
29
config/snowrealmagic-common.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
placeSnowInBlock = true
|
||||
snowGravity = false
|
||||
snowAlwaysReplaceable = true
|
||||
#Unavailable if TerraForged mod installed
|
||||
snowAccumulationDuringSnowstorm = true
|
||||
#Unavailable if TerraForged mod installed
|
||||
snowAccumulationDuringSnowfall = true
|
||||
#9 = Unlimited
|
||||
#Range: 1 ~ 9
|
||||
snowAccumulationMaxLayers = 8
|
||||
#Unavailable if TerraForged mod installed
|
||||
thinnerBoundingBox = true
|
||||
snowMakingIce = true
|
||||
snowOnIce = false
|
||||
snowNeverMelt = false
|
||||
snowMeltsInWarmBiomes = false
|
||||
#Should snow melt if layers are more than 1
|
||||
snowNaturalMelt = true
|
||||
snowReduceFallDamage = true
|
||||
#block like grass will be generated with snow
|
||||
replaceWorldFeature = true
|
||||
sustainGrassIfLayerMoreThanOne = true
|
||||
#If you want to uninstall this mod, you probably want to make snow-covered blocks back to normal via random tick.
|
||||
retainOriginalBlocks = false
|
||||
#Simulate some right clicking behaviors like harvesting sweetberry. may have some glitches
|
||||
advancedBlockInteraction = true
|
||||
#Sneak+rightclicking to make snowball
|
||||
sneakSnowball = true
|
||||
|
||||
Reference in New Issue
Block a user