summaryrefslogtreecommitdiff
path: root/technic_worldgen/config.lua
AgeCommit message (Collapse)Author
2014-07-26Make technic_worldgen loadable before technicZefram
There was a small amount of dependency of technic_worldgen on the technic mod, for configuration loading and the top-level "technic" table. Resolve that by sharing the configuration and top-level table between the two mods. This means that technic_worldgen can be loaded before technic, permitting other mods to depend on it without depending on technic.