mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-21 09:05:34 +01:00
Updated plantlife
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"
|
||||
@@ -19,15 +20,14 @@ 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
|
||||
|
||||
nature.node_young = "young"
|
||||
nature.setting_true = "true"
|
||||
nature.setting_false = "false"
|
||||
nature.youth_delay = 5
|
||||
nature.meta_blossom_time = "blossom_time"
|
||||
nature.blossom_duration = nature.blossom_delay
|
||||
|
||||
function dumppos(pos)
|
||||
return "("..pos.x..","..pos.y..","..pos.z..")"
|
||||
|
||||
Reference in New Issue
Block a user