1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-01 13:08:05 +02:00
RedMew/utils/space_age.lua
RedRafe 26e1c28dc0
Factorio 2.0 update (#1436)
* Init Factorio 2.0 update

* add credits

* fix test module

* I know luackeck, I know

* Fixes

* Fix bad event.player_index handling

* Hotfixes

* Remove all filter inserters

* Migrate removed items

* Deprecating spidertron control and landfill features
2024-10-22 20:22:35 +01:00

7 lines
113 B
Lua

local Public = {}
Public.enabled = function()
return script.active_mods['space-age'] ~= nil
end
return Public