summaryrefslogtreecommitdiff
path: root/node_crate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_crate.lua')
-rw-r--r--node_crate.lua2
1 files changed, 1 insertions, 1 deletions
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"},