add stairs for primordial wood types. Also bump mycelial soil light sensitivity to 13

This commit is contained in:
FaceDeer
2022-07-11 22:13:25 -06:00
parent dbd12b2237
commit d4f12d19ec
5 changed files with 9 additions and 3 deletions

View File

@ -80,7 +80,7 @@ minetest.register_craft({
recipe = { "group:primordial_mushroom_cap"},
})
-- Note: no wood-making recipe for the trunk, it's pretty useless
-- Note: no wood-making recipe for the trunk, it's deliberately pretty useless since the cap is edible
minetest.register_craft({
type = "fuel",
recipe = "df_primordial_items:jungle_mushroom_trunk",