Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

5 lines
173 B
Lua

local function regenerate_entity(ore)
if game.entity_prototypes[ore] and game.entity_prototypes[ore].autoplace_specification then
game.regenerate_entity(ore)
end
end