mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 12:40:25 +02:00
Compare commits
2 Commits
2018-09-13
...
2018-09-13
Author | SHA1 | Date | |
---|---|---|---|
25fef974e3 | |||
4980844320 |
@ -515,6 +515,7 @@ for _, side in ipairs({"diagonal_left", "diagonal_right", "horizontal"}) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
if name == "wood" then
|
if name == "wood" then
|
||||||
|
def.palette = "unifieddyes_palette_greys.png"
|
||||||
def.airbrush_replacement_node = "homedecor:banister_wood_"..side.."_grey"
|
def.airbrush_replacement_node = "homedecor:banister_wood_"..side.."_grey"
|
||||||
def.groups.ud_param2_colorable = 1
|
def.groups.ud_param2_colorable = 1
|
||||||
def.paramtype2 = "colorfacedir"
|
def.paramtype2 = "colorfacedir"
|
||||||
|
@ -34,7 +34,7 @@ homedecor.register("shutter", {
|
|||||||
wield_image = inv,
|
wield_image = inv,
|
||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||||
ud_replacement_node = "homedecor:shutter_colored",
|
airbrush_replacement_node = "homedecor:shutter_colored",
|
||||||
groups = { snappy = 3, ud_param2_colorable = 1 },
|
groups = { snappy = 3, ud_param2_colorable = 1 },
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
selection_box = shutter_cbox,
|
selection_box = shutter_cbox,
|
||||||
|
Reference in New Issue
Block a user