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