This commit is contained in:
sergeknystautas 2021-09-12 18:36:20 -07:00 committed by GitHub
commit a0339c449a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ data:extend({
icon_size = 32,
flags = { "placeable-neutral", "placeable-player", "player-creation" },
minable = { hardness = 0.2, mining_time = 0.5, result = "air-filter-machine-1" },
--fast_replaceable_group = "air-filter-machine",
fast_replaceable_group = "air-filter-machine",
next_upgrade = "air-filter-machine-2",
max_health = 150,
corpse = "medium-remnants",
alert_icon_shift = util.by_pixel(-3, -12),