diff --git a/mods/CORE/_mcl_autogroup/init.lua b/mods/CORE/_mcl_autogroup/init.lua index e662ccdb7..4cff9f511 100644 --- a/mods/CORE/_mcl_autogroup/init.lua +++ b/mods/CORE/_mcl_autogroup/init.lua @@ -348,7 +348,7 @@ local function overwrite() count = count + 1 local newgroups = table.copy(ndef.groups) - if not newgroups.unbreakable and not newgroups.indestructable then + if not newgroups.unbreakable and not newgroups.indestructible then ndef.diggable = true mcl_autogroup.group_compatibility(newgroups, ndef) if not ndef._mcl_hardness then