This commit is contained in:
AliasAlreadyTaken 2024-07-21 16:49:06 +02:00
parent eb79f2adb1
commit 94283869c1

View File

@ -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