mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-01 13:08:05 +02:00
26e1c28dc0
* 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
7 lines
113 B
Lua
7 lines
113 B
Lua
local Public = {}
|
|
|
|
Public.enabled = function()
|
|
return script.active_mods['space-age'] ~= nil
|
|
end
|
|
|
|
return Public |