mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-17 21:08:08 +02:00
Moved all map gen data into the _locale folder to keep save files managable
This commit is contained in:
parent
d5b2516535
commit
aa3e5fcef5
1
locale/gen_combined/grilledham_map_gen/data/readme.lua
Normal file
1
locale/gen_combined/grilledham_map_gen/data/readme.lua
Normal file
@ -0,0 +1 @@
|
||||
-- This folder should remain blank in the repo, copy the specific file you need from the _locale folder
|
1
locale/gen_shape/grid_islands_data/readme.lua
Normal file
1
locale/gen_shape/grid_islands_data/readme.lua
Normal file
@ -0,0 +1 @@
|
||||
-- This folder should remain blank in the repo, copy the specific file you need from the _locale folder
|
@ -15,6 +15,9 @@ in this file and your run_*type*_module(event) function will be called.
|
||||
--require "locale.gen_combined.UK"
|
||||
|
||||
--grilledham's map gen
|
||||
-- Need to copy the file you want from the _locale folder to this one for it to be included
|
||||
-- only get what you need, otherwise the save file is too big!
|
||||
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.mobius_strip"
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.antfarm"
|
||||
--MAP_GEN = require "locale.gen_combined.grilledham_map_gen.presets.creation_of_adam"
|
||||
|
Loading…
x
Reference in New Issue
Block a user