forked from mtcontrib/homedecor_modpack
This commit is contained in:
parent
0f57b2268a
commit
0403f47f86
|
@ -106,7 +106,7 @@ homedecor.register("towel_rod", {
|
|||
walkable = false,
|
||||
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,dig_tree=2},
|
||||
_sound_def = {
|
||||
key = "node_sound_defaults",
|
||||
key = "node_sound_default",
|
||||
},
|
||||
crafts = {
|
||||
{
|
||||
|
@ -274,7 +274,7 @@ homedecor.register("toilet_paper", {
|
|||
walkable = false,
|
||||
groups = {snappy=3,oddly_breakable_by_hand=3, dig_stone = 2},
|
||||
_sound_def = {
|
||||
key = "node_sound_defaults",
|
||||
key = "node_sound_default",
|
||||
},
|
||||
crafts = {
|
||||
{
|
||||
|
|
|
@ -109,7 +109,7 @@ homedecor.register("wine_rack", {
|
|||
selection_box = wine_cbox,
|
||||
collision_box = wine_cbox,
|
||||
_sound_def = {
|
||||
key = "node_sound_defaults",
|
||||
key = "node_sound_default",
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ homedecor.register("calendar", {
|
|||
groups = {choppy=2,attached_node=1, dig_tree=2},
|
||||
legacy_wallmounted = true,
|
||||
_sound_def = {
|
||||
key = "node_sound_defaults",
|
||||
key = "node_sound_default",
|
||||
},
|
||||
infotext = S("Date (right-click to update):\n@1", os.date("%Y-%m-%d")), -- ISO 8601 format
|
||||
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
||||
|
|
Loading…
Reference in New Issue
Block a user