mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 21:40:29 +02:00
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:
@ -40,7 +40,8 @@ minetest.register_node("df_trees:fungiwood_wood", {
|
||||
sounds = df_trees.sounds.wood,
|
||||
})
|
||||
|
||||
df_trees.register_all_stairs("fungiwood_wood")
|
||||
df_trees.register.all_stairs("fungiwood_wood")
|
||||
df_trees.register.all_fences("fungiwood_wood", {burntime = 7})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
|
Reference in New Issue
Block a user