glooptest/glooptest/module.cfg

32 lines
1.1 KiB
INI

-- GloopTest module loading configuration file.
-- This file controls which modules load when GloopTest initiates. This does not control any other aspects of GloopTest.
-- Allow compatibility module to load. (Recommended with: Ore Module)
-- Diabling this means NO internal mod compatibility! (Other mods may add support for glooptest though)
LOAD_COMPAT_MODULE = true
-- Allow ore module to load.
LOAD_ORE_MODULE = true
-- Allow tools module to load. (Recommended with: Ore Module)
LOAD_TOOLS_MODULE = true
-- Allow parts module to load. (Recommended with: Ore Module)
LOAD_PARTS_MODULE = true
-- Allow table module to load. (Recommended with: Ore Module)
LOAD_TABLE_MODULE = true
-- Allow biome module to load. (Requires: Mapgen v7)
-- Disabled by default until mapgen v7 is standard
LOAD_BIOME_MODULE = true
-- Allow othergen module to load. (Recommended with: Ore Module and Tools Module)
LOAD_OTHERGEN_MODULE = true
<<<<<<< HEAD
-- Allow biome module to load. (Requires: Mapgen v7) (Disabled by default until mapgen v7 is standard)
LOAD_BIOME_MODULE = false
=======
>>>>>>> *boop*