1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-27 09:20:17 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2023-06-06 00:03:55 +02:00
23 changed files with 194 additions and 89 deletions

View File

@ -19,7 +19,8 @@ minetest.register_node(":lrfurn:armchair", {
paramtype2 = "colorwallmounted",
palette = "unifieddyes_palette_colorwallmounted.png",
inventory_image = "lrfurn_armchair_inv.png",
groups = {snappy=3, ud_param2_colorable = 1, dig_tree=2},
groups = {snappy=3, ud_param2_colorable = 1, dig_tree=2, axey=5},
_mcl_hardness=1.6,
_sound_def = {
key = "node_sound_wood_defaults",
},

View File

@ -18,7 +18,8 @@ minetest.register_node(":lrfurn:longsofa", {
palette = "unifieddyes_palette_colorwallmounted.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, dig_tree=2},
groups = {snappy=3, ud_param2_colorable = 1, dig_tree=2, axey=5},
_mcl_hardness=1.6,
_sound_def = {
key = "node_sound_wood_defaults",
},

View File

@ -18,7 +18,8 @@ minetest.register_node(":lrfurn:sofa", {
palette = "unifieddyes_palette_colorwallmounted.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, dig_tree=2},
groups = {snappy=3, ud_param2_colorable = 1, dig_tree=2, axey=5},
_mcl_hardness=1.6,
_sound_def = {
key = "node_sound_wood_defaults",
},