default fences using dfcaverns wood

also adding flora group to all plants, making spongestone drop dirt, and adding fuel recipes for primordial wood types
This commit is contained in:
FaceDeer
2022-07-22 02:27:57 -06:00
parent 1b402a2403
commit f23d4115bd
23 changed files with 241 additions and 87 deletions

View File

@ -138,6 +138,7 @@ minetest.register_node("df_mapitems:spongestone", {
_doc_items_longdesc = df_mapitems.doc.sponge_stone_desc,
_doc_items_usagehelp = df_mapitems.doc.sponge_stone_usage,
tiles = {"dfcaverns_ground_cover_sponge_stone.png"},
drop = dirt_node,
is_ground_content = false,
paramtype = "light",
groups = {crumbly = 3, soil = 1, light_sensitive_fungus = 8},