Skip to content

Instantly share code, notes, and snippets.

@Lilwhiteshark
Created November 17, 2021 01:45
Show Gist options
  • Save Lilwhiteshark/4dd6f754c1617360f0669b43125752aa to your computer and use it in GitHub Desktop.
Save Lilwhiteshark/4dd6f754c1617360f0669b43125752aa to your computer and use it in GitHub Desktop.
Default client configuration [Falling Leaves 1.2.1]
#modifies the size of the leaves
#Range: 1 ~ 20
leafSize = 4
#modifies how long it takes for the leaves to disappear
#Range: 100 ~ 2000
leafLifespan = 200
#modifies the amount of leaves that are spawning
#Range: 0 ~ 10000
leafSpawnRate = 10
#modifier the amount of leaves are spawning from conifer trees
#Range: 0 ~ 10000
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"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment