generated from your-land/yl_template
your-land/bugtracker#7135 Adds dig_immediate group
This commit is contained in:
parent
eb79f2adb1
commit
94283869c1
@ -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
|
Loading…
Reference in New Issue
Block a user