mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-14 22:50:27 +01:00
fix settings for giant mycelium
This commit is contained in:
parent
99588c160f
commit
eb3377fba0
|
@ -235,7 +235,7 @@ subterrane.register_layer({
|
||||||
columns = {
|
columns = {
|
||||||
maximum_radius = 20,
|
maximum_radius = 20,
|
||||||
minimum_radius = 5,
|
minimum_radius = 5,
|
||||||
node = "df_mapitems:wet_flowstone",
|
node = "df_mapitems:wet_flowstone", --TODO: no flowstone below the Sunless Sea, replace with something else
|
||||||
weight = 0.5,
|
weight = 0.5,
|
||||||
maximum_count = 60,
|
maximum_count = 60,
|
||||||
minimum_count = 10,
|
minimum_count = 10,
|
||||||
|
|
|
@ -222,8 +222,8 @@ local grow_mycelium = function(pos, meristem_name)
|
||||||
return new_meristems
|
return new_meristems
|
||||||
end
|
end
|
||||||
|
|
||||||
local min_growth_delay = minetest.settings:get_key("dfcaverns_mycelium_min_growth_delay") or 240
|
local min_growth_delay = minetest.settings:get("dfcaverns_mycelium_min_growth_delay") or 240
|
||||||
local max_growth_delay = minetest.settings:get_key("dfcaverns_mycelium_max_growth_delay") or 400
|
local max_growth_delay = minetest.settings:get("dfcaverns_mycelium_max_growth_delay") or 400
|
||||||
|
|
||||||
minetest.register_node("df_primordial_items:giant_hypha_apical_meristem", {
|
minetest.register_node("df_primordial_items:giant_hypha_apical_meristem", {
|
||||||
description = S("Giant Hypha Apical Meristem"),
|
description = S("Giant Hypha Apical Meristem"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user