-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.lua
More file actions
32 lines (29 loc) · 827 Bytes
/
data.lua
File metadata and controls
32 lines (29 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
require '__redmew-data__.utils.lib.lib'
redmew.loader.startup()
redmew.loader.log_settings()
data:extend{{
type = 'mod-data',
name = 'redmew-data',
data = {}
}}
require 'prototypes.utility-sprites'
-- APRIL FOOLS
require 'maps.april-fools.2024.data'
-- CRASH SITE
-- DANGER ORES
require 'maps.danger-ores.data'
require 'maps.danger-ores.bz.data'
require 'maps.danger-ores.industrial-revolution-3.data'
require 'maps.danger-ores.krastorio2.data'
require 'maps.danger-ores.pyanodon.data'
require 'maps.danger-ores.scrap.data'
require 'maps.danger-ores.space-age.data'
require 'maps.danger-ores.vanilla.data'
-- DIGGY
require 'maps.diggy.data'
require 'maps.diggy.vanilla.data'
-- FRONTIER
require 'maps.frontier.data'
require 'maps.frontier.vanilla.data'
require 'maps.frontier.zombies-extended.data'
-- WARMONGER