mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-12 21:10:21 +02:00
Use different chances for leaves->blossom and blossom->leaves conversions
This commit is contained in:
@ -19,7 +19,8 @@ if minetest.get_modpath("moretrees") then
|
||||
minetest.register_alias("nature:blossom", "default:leaves")
|
||||
end
|
||||
|
||||
nature.blossom_chance = 15
|
||||
nature.leaves_blossom_chance = 15
|
||||
nature.blossom_leaves_chance = 5
|
||||
nature.blossom_delay = 3600
|
||||
nature.apple_chance = 10
|
||||
nature.apple_spread = 2
|
||||
|
Reference in New Issue
Block a user