From 94283869c1442884b2255225e6cdbf146858ab92 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Sun, 21 Jul 2024 16:49:06 +0200 Subject: [PATCH] your-land/bugtracker#7135 Adds dig_immediate group --- internal.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal.lua b/internal.lua index d07752a..aee5bb9 100644 --- a/internal.lua +++ b/internal.lua @@ -48,7 +48,7 @@ function yl_googly_eyes.register_eye(name) type = "fixed", fixed = {-0.5, -0.4375, -0.5, 0.5, -0.4375, 0.5} }, - groups = {choppy = 3}, + groups = {choppy = 3, dig_immediate = 2}, on_place = on_place }) end @@ -71,7 +71,7 @@ function yl_googly_eyes.register_eye_with_tiles(name, tiles) type = "fixed", fixed = {-0.5, -0.4375, -0.5, 0.5, -0.4375, 0.5} }, - groups = {choppy = 3}, + groups = {choppy = 3, dig_immediate = 2}, on_place = on_place }) end \ No newline at end of file