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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user