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:
@ -115,6 +115,8 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
df_trees.register_all_stairs("primordial_mush_trunk_wood")
|
||||
|
||||
minetest.register_node("df_primordial_items:primordial_mush_cap_wood", {
|
||||
description = S("Primordial Cap Wood"),
|
||||
_doc_items_longdesc = df_primordial_items.doc.giant_mushroom_desc,
|
||||
@ -133,6 +135,8 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
df_trees.register_all_stairs("primordial_mush_cap_wood")
|
||||
|
||||
------
|
||||
-- Schematics:
|
||||
-- Originally created by ClockGen, released under CC-BY 4.0
|
||||
|
Reference in New Issue
Block a user