added dfcavern's nether cap

This commit is contained in:
tenplus1 2022-07-01 11:26:00 +01:00
parent 1a1c49ba06
commit 08ed68a8b7
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@ if minetest.get_modpath("df_trees") then
{"df_trees:goblin_cap_sapling", df_trees.spawn_goblin_cap, "soil", true},
{"df_trees:spore_tree_sapling", spore_tree_fix, "soil", true},
{"df_trees:tower_cap_sapling", df_trees.spawn_tower_cap, "soil", true},
{"df_trees:tunnel_tube_sapling", df_trees.spawn_tunnel_tube, "soil", true}
{"df_trees:tunnel_tube_sapling", df_trees.spawn_tunnel_tube, "soil", true},
{"df_trees:nether_cap_sapling", df_trees.spawn_nether_cap, "group:nether_cap", true}
})
end