1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-28 09:50:18 +02:00

take out the trash

This commit is contained in:
unknown
2022-04-02 22:38:50 -04:00
parent 1ceb47c108
commit 7fb775647d
4 changed files with 28 additions and 47 deletions

View File

@ -15,6 +15,7 @@ homedecor.materials = {
dye_dark_grey = "dye:dark_grey",
dye_black = "dye:black",
dye_white = "dye:white",
dye_green = "dye:green",
silicon = "mesecons_materials:silicon",
string = "farming:string",
paper = "default:paper",
@ -65,7 +66,8 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
empty_bucket = "fl_bucket:bucket",
dye_dark_grey = "fl_dyes:dark_grey_dye",
dye_black = "fl_dyes:black_dye",
dye_white = "fl_dye:white_dye",
dye_white = "fl_dyes:white_dye",
dye_green = "fl_dyes:green_dye",
copper_ingot = "fl_ores:copper_ingot",
tin_ingot = "fl_ores:tin_ingot",
silver_ingot = "fl_ores:iron_ingot",