summaryrefslogtreecommitdiff
path: root/castle/shields_decor.lua
diff options
context:
space:
mode:
Diffstat (limited to 'castle/shields_decor.lua')
-rw-r--r--castle/shields_decor.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/castle/shields_decor.lua b/castle/shields_decor.lua
index 354b099..20823f6 100644
--- a/castle/shields_decor.lua
+++ b/castle/shields_decor.lua
@@ -5,6 +5,7 @@ minetest.register_node("castle:shield",{
paramtype2 = "facedir",
paramtype = "light",
groups={cracky=3},
+ sounds = default.node_sound_defaults(),
node_box = {
type = "fixed",
fixed = {
@@ -39,6 +40,7 @@ minetest.register_node("castle:shield_2",{
paramtype2 = "facedir",
paramtype = "light",
groups={cracky=3},
+ sounds = default.node_sound_defaults(),
node_box = {
type = "fixed",
fixed = {
@@ -72,6 +74,7 @@ minetest.register_node("castle:shield_3",{
paramtype2 = "facedir",
paramtype = "light",
groups={cracky=3},
+ sounds = default.node_sound_defaults(),
node_box = {
type = "fixed",
fixed = {