From b6164ab6e66c946b8e2628ef75e85841f9c0ab61 Mon Sep 17 00:00:00 2001 From: teknomunk Date: Tue, 20 Aug 2024 07:22:14 -0500 Subject: [PATCH] Fix spelling --- mods/CORE/_mcl_autogroup/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/_mcl_autogroup/init.lua b/mods/CORE/_mcl_autogroup/init.lua index 5f85e9d94..7c0b0179d 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