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

rename most wood, metal, etc textures

to bring them all together into one "category" instead of being scattered across the directory
also combine a couple dupes.
This commit is contained in:
Vanessa Ezekowitz
2015-04-27 23:48:02 -04:00
parent f8fc0bbad6
commit a35b57d713
37 changed files with 78 additions and 76 deletions

View File

@ -3,7 +3,7 @@ local S = homedecor.gettext
homedecor.register("bars", {
description = S("Bars"),
tiles = { "forniture_black_metal.png" },
tiles = { "homedecor_generic_metal_black.png" },
sunlight_propagates = true,
node_box = {
type = "fixed",
@ -25,7 +25,7 @@ homedecor.register("bars", {
--L Binding Bars
homedecor.register("L_binding_bars", {
description = S("Binding Bars"),
tiles = { "forniture_black_metal.png" },
tiles = { "homedecor_generic_metal_black.png" },
sunlight_propagates = true,
node_box = {
type = "fixed",
@ -50,7 +50,7 @@ local chain_cbox = {
homedecor.register("chains", {
description = S("Chains"),
mesh = "forniture_chains.obj",
tiles = { "forniture_black_metal.png" },
tiles = { "homedecor_generic_metal_black.png" },
inventory_image="forniture_chains_inv.png",
sunlight_propagates = true,
selection_box = chain_cbox,
@ -71,8 +71,8 @@ homedecor.register("torch_wall", {
length=1.0,
},
},
"forniture_black_metal.png",
"forniture_metal.png",
"homedecor_generic_metal_black.png",
"homedecor_generic_metal_neutral.png",
"forniture_coal.png",
},
inventory_image="forniture_torch_inv.png",