From 0cda8a9374e276b8319f7084e41ef16afeae4544 Mon Sep 17 00:00:00 2001 From: Tai Kedzierski Date: Sat, 29 Dec 2018 20:25:49 +0000 Subject: [PATCH] special block should not be diggable --- materials/mob_protection.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materials/mob_protection.lua b/materials/mob_protection.lua index feef5e5..3746367 100644 --- a/materials/mob_protection.lua +++ b/materials/mob_protection.lua @@ -18,7 +18,7 @@ minetest.register_node("nssm:mob_inhibitor", { "default_obsidian.png^phoenix_fire_bomb.png", --side "default_obsidian.png^phoenix_fire_bomb.png", --front }, - groups = {cracky = 3, level = 2, not_in_creative_inventory = 1}, + groups = {not_in_creative_inventory = 1}, sounds = default.node_sound_stone_defaults(), })