]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/buildtest/init.lua
remove server debug
[Crafter.git] / mods / buildtest / init.lua
index c27a751db4b53b2b56cbb7ff86674a7df01c5bcd..01850da6368dae1719100c904911fc9f0b032ca6 100644 (file)
@@ -1,7 +1,7 @@
 minetest.register_node("buildtest:glass_pipe", {
        description = "Glass Pipe",
        tiles = {"glass_pipe.png"},
-       groups = {stone = 1, hard = 1, pickaxe = 1, hand = 4},
+       groups = {glass = 1},
        sounds = main.stoneSound(),
        drawtype = "nodebox",
        paramtype = "light",