mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-22 07:10: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:
@ -22,7 +22,7 @@ for _, m in ipairs(materials) do
|
||||
homedecor.register("fence_"..m, {
|
||||
description = S("Fence/railing ("..m..")"),
|
||||
drawtype = "fencelike",
|
||||
tiles = {"homedecor_tile_"..m..".png"},
|
||||
tiles = {"homedecor_generic_metal_"..m..".png"},
|
||||
inventory_image = "homedecor_fence_"..m..".png",
|
||||
selection_box = homedecor.nodebox.bar_y(1/7),
|
||||
groups = {snappy=3},
|
||||
|
Reference in New Issue
Block a user