Files
Custom_Launcher_mc/modpack/_upload/objects/4c/66/4c66b6df2031c4c57a554d7f126eccaa96517169
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

26 lines
771 B
Plaintext

#modifies the size of the leaves
#Range: 1 ~ 20
leafSize = 4
#modifies how long it takes for the leaves to disappear
#Values over 2000 are not recommend
#Range: > 100
leafLifespan = 200
#modifies the amount of leaves that are spawning
#Values over 10000 are not recommend
#Range: > 0
leafSpawnRate = 10
#modifier the amount of leaves are spawning from conifer trees
#Values over 10000 are not recommend
#Range: > 0
coniferLeafSpawnRate = 2
#whether player placed blocks should also drop leaves
dropFromPlayerPlacedBlocks = true
#how much room below the leaves block is needed for the leaves to spawn
#Range: 1 ~ 20
minimumFreeSpaceBelow = 1
#disable wind effects
disableWind = false
#windless dimensions
windlessDimension = ["minecraft:the_nether", "minecraft:the_end"]