mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-13 14:00:29 +02:00
add stairs for primordial wood types. Also bump mycelial soil light sensitivity to 13
This commit is contained in:
@ -122,7 +122,7 @@ minetest.register_node("df_primordial_items:dirt_with_mycelium", {
|
||||
_doc_items_longdesc = df_primordial_items.doc.dirt_with_mycelium_desc,
|
||||
_doc_items_usagehelp = df_primordial_items.doc.dirt_with_mycelium_usage,
|
||||
tiles = {"dfcaverns_mush_soil.png"},
|
||||
groups = {crumbly = 3, soil = 1, light_sensitive_fungus = 12},
|
||||
groups = {crumbly = 3, soil = 1, light_sensitive_fungus = 13},
|
||||
_dfcaverns_dead_node = df_primordial_items.node_names.dirt,
|
||||
is_ground_content = false,
|
||||
paramtype = "light",
|
||||
|
Reference in New Issue
Block a user