Fix spelling
This commit is contained in:
parent
01972af586
commit
90268a1854
|
@ -348,7 +348,7 @@ local function overwrite()
|
||||||
count = count + 1
|
count = count + 1
|
||||||
local newgroups = table.copy(ndef.groups)
|
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
|
ndef.diggable = true
|
||||||
mcl_autogroup.group_compatibility(newgroups, ndef)
|
mcl_autogroup.group_compatibility(newgroups, ndef)
|
||||||
if not ndef._mcl_hardness then
|
if not ndef._mcl_hardness then
|
||||||
|
|
Loading…
Reference in New Issue