1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-22 23:30:21 +02:00

add hd office

This commit is contained in:
unknown
2022-04-11 00:21:40 -04:00
parent f3d9fd1e81
commit a2b5717c07
4 changed files with 70 additions and 88 deletions

View File

@ -19,6 +19,7 @@ homedecor.materials = {
dye_red = "dye:red",
dye_yellow = "dye:yellow",
dye_brown = "dye:brown",
dye_blue = "dye:blue",
silicon = "mesecons_materials:silicon",
string = "farming:string",
paper = "default:paper",
@ -79,6 +80,7 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
dye_red = "fl_dyes:red_dye",
dye_yellow = "fl_dyes:yellow_dye",
dye_brown = "fl_dyes:brown_dye",
dye_blue = "fl_dyes:blue_dye",
copper_ingot = "fl_ores:copper_ingot",
tin_ingot = "fl_ores:tin_ingot",
silver_ingot = "fl_ores:iron_ingot",