mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2026-01-02 02:05:31 +01:00
Changed sounds from leaves to wood
This commit is contained in:
@@ -36,7 +36,7 @@ minetest.register_node('homedecor:refrigerator', {
|
||||
fixed = { -0.5, -0.5, -0.5, 0.5, 1.5, 0.5 }
|
||||
},
|
||||
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
on_construct = function(pos)
|
||||
local meta = minetest.env:get_meta(pos)
|
||||
meta:set_string("formspec",
|
||||
|
||||
Reference in New Issue
Block a user