mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-16 14:50:32 +02:00
Limit the number of blossoms or leaves queued for conversion
This commit is contained in:
@ -7,6 +7,7 @@ local current_mod_name = minetest.get_current_modname()
|
||||
|
||||
nature = {}
|
||||
nature.blossomqueue = {}
|
||||
nature.blossomqueue_max = 1000
|
||||
|
||||
nature.blossom_node = "nature:blossom"
|
||||
nature.blossom_leaves = "default:leaves"
|
||||
|
Reference in New Issue
Block a user