forked from mtcontrib/homedecor_modpack
Small sounds fix
This commit is contained in:
parent
f136b92018
commit
29bf986ea8
@ -78,7 +78,7 @@ minetest.register_node("homedecor:blinds_thick", {
|
||||
paramtype2 = "facedir",
|
||||
walkable = false,
|
||||
groups = {snappy=3},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
@ -118,7 +118,7 @@ minetest.register_node("homedecor:blinds_thin", {
|
||||
paramtype2 = "facedir",
|
||||
walkable = false,
|
||||
groups = {snappy=3},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
|
Loading…
Reference in New Issue
Block a user