forked from mtcontrib/homedecor_modpack
reduce visual scale of sofas
This commit is contained in:
parent
06342cbd86
commit
2c034ebba0
@ -18,6 +18,7 @@ minetest.register_node("lrfurn:longsofa", {
|
|||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||||
inventory_image = "lrfurn_longsofa_inv.png",
|
inventory_image = "lrfurn_longsofa_inv.png",
|
||||||
|
wield_scale = { x = 0.6, y = 0.6, z = 0.6 },
|
||||||
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 = longsofa_cbox,
|
selection_box = longsofa_cbox,
|
||||||
|
@ -18,6 +18,7 @@ minetest.register_node("lrfurn:sofa", {
|
|||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
palette = "unifieddyes_palette_colorwallmounted.png",
|
palette = "unifieddyes_palette_colorwallmounted.png",
|
||||||
inventory_image = "lrfurn_sofa_inv.png",
|
inventory_image = "lrfurn_sofa_inv.png",
|
||||||
|
wield_scale = { x = 0.6, y = 0.6, z = 0.6 },
|
||||||
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 = sofa_cbox,
|
selection_box = sofa_cbox,
|
||||||
|
Loading…
Reference in New Issue
Block a user