1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 14:00:20 +02:00

add hd plasmascreen

This commit is contained in:
unknown
2022-04-11 00:50:36 -04:00
parent 4b39f40e4e
commit f49481d3d5
5 changed files with 27 additions and 62 deletions

View File

@ -40,6 +40,7 @@ homedecor.materials = {
slab_wood = "stairs:slab_wood",
glass_block = "default_glass",
glass_bottle = "vessels:glass_bottle",
coal_lump = "default:coal_lump",
}
if minetest.get_modpath("moreores") then
@ -109,6 +110,7 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
slab_wood = "fl_trees:apple_plank_slab",
glass_block = "fl_glass:framed_glass",
glass_bottle = "fl_bottles:bottle",
coal_lump = "fl_ores:coal_ore"
}
elseif minetest.get_modpath("hades_core") then
homedecor.materials = {