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

add building blocks

This commit is contained in:
unknown
2022-04-23 21:42:09 -04:00
parent 7daf0478ff
commit c62257ccbf
6 changed files with 112 additions and 98 deletions

View File

@ -41,6 +41,8 @@ homedecor.materials = {
glass_block = "default_glass",
glass_bottle = "vessels:glass_bottle",
coal_lump = "default:coal_lump",
cobble = "default:cobble",
brick = "default:brick",
}
if minetest.get_modpath("moreores") then
@ -110,7 +112,9 @@ 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"
coal_lump = "fl_ores:coal_ore",
cobble = "fl_stone:stone_rubble",
brick = "",
}
elseif minetest.get_modpath("hades_core") then
homedecor.materials = {