diff --git a/mods/3dforniture/nodes.lua b/mods/3dforniture/nodes.lua index dc1d0d7..456a8e3 100644 --- a/mods/3dforniture/nodes.lua +++ b/mods/3dforniture/nodes.lua @@ -970,7 +970,7 @@ type = "fixed", fixed = {-0.1,-0.5,0.1, 0.1,-0.25,0.5}, }, - groups = {cracky=2,} + groups = {cracky=2,}, sounds = default.node_sound_metal_defaults(), }) @@ -1005,7 +1005,7 @@ type = "fixed", fixed = {-0.5, -0.5, -0.1, 0.5, 0.5, 0.1}, }, - groups {cracky=1}, + groups = {cracky=1}, sounds = default.node_sound_metal_defaults(), }) diff --git a/mods/gluncarp/init.lua b/mods/gluncarp/init.lua index f090c7f..e9e088e 100644 --- a/mods/gluncarp/init.lua +++ b/mods/gluncarp/init.lua @@ -6,6 +6,8 @@ gluncarp = {} ---more wool minetest.register_node("gluncarp:wool_blackgold", { description = "Black Wool with Gold", + paramtype2 = "facedir", + is_ground_content = false, tiles = {"gluncarp_wool_blackgold.png"}, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,wool=1}, sounds = default.node_sound_defaults(),