more default dependencies

This commit is contained in:
FaceDeer
2022-08-01 21:51:53 -06:00
parent 9cc10c52e0
commit 896c142473
6 changed files with 16 additions and 3 deletions

View File

@ -58,6 +58,7 @@ if minetest.get_modpath("default") then
df_dependencies.texture_ice = "default_ice.png"
df_dependencies.texture_sand = "default_sand.png"
df_dependencies.texture_stone = "default_stone.png"
df_dependencies.texture_wood = "default_wood.png"
df_dependencies.data_iron_containing_nodes = {"default:stone_with_iron", "default:steelblock"}
df_dependencies.data_copper_containing_nodes = {"default:stone_with_copper", "default:copperblock"}