From 43b10262fcb89c90eceb8dff253f541cb4dc67f3 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Wed, 1 Feb 2017 19:38:00 -0700 Subject: make use of the digtron_protected group to protect filled crates --- node_crate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_crate.lua') diff --git a/node_crate.lua b/node_crate.lua index 99fa270..170b258 100644 --- a/node_crate.lua +++ b/node_crate.lua @@ -56,7 +56,7 @@ minetest.register_node("digtron:loaded_crate", { description = "Digtron Crate (Loaded)", _doc_items_longdesc = digtron.doc.loaded_crate_longdesc, _doc_items_usagehelp = digtron.doc.loaded_crate_usagehelp, - groups = {cracky = 3, oddly_breakable_by_hand=3, not_in_creative_inventory=1, digtron=1}, + groups = {cracky = 3, oddly_breakable_by_hand=3, not_in_creative_inventory=1, digtron_protected=1}, stack_max = 1, sounds = default.node_sound_wood_defaults(), tiles = {"digtron_plate.png^digtron_crate.png"}, -- cgit v1.2.3