1
0
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:
Rogier
2015-04-02 12:27:46 +02:00
parent 8348a745f8
commit 4c70d6d160
2 changed files with 38 additions and 12 deletions

View File

@ -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"