Small sounds fix

Cette révision appartient à :
kilbith
2015-01-20 19:49:46 +01:00
Parent f136b92018
révision 29bf986ea8

Voir le fichier

@@ -78,7 +78,7 @@ minetest.register_node("homedecor:blinds_thick", {
paramtype2 = "facedir", paramtype2 = "facedir",
walkable = false, walkable = false,
groups = {snappy=3}, groups = {snappy=3},
sounds = default.node_sound_glass_defaults(), sounds = default.node_sound_wood_defaults(),
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",
@@ -118,7 +118,7 @@ minetest.register_node("homedecor:blinds_thin", {
paramtype2 = "facedir", paramtype2 = "facedir",
walkable = false, walkable = false,
groups = {snappy=3}, groups = {snappy=3},
sounds = default.node_sound_glass_defaults(), sounds = default.node_sound_wood_defaults(),
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",