From 888b0ebfec8c2eff9015163549a7e47443cb8665 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Apr 2016 21:00:20 -0400 Subject: "explode" all modpacks into their individual components (you can't have a modpack buried inside a modpack) --- glooptest/module.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 glooptest/module.cfg (limited to 'glooptest/module.cfg') diff --git a/glooptest/module.cfg b/glooptest/module.cfg new file mode 100644 index 0000000..a2945a7 --- /dev/null +++ b/glooptest/module.cfg @@ -0,0 +1,21 @@ +-- 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 tech module to load. (Recommended with: Ore Module and Parts Module) +LOAD_TECH_MODULE = true + +-- Allow othergen module to load. (Recommended with: Ore Module and Tools Module) +LOAD_OTHERGEN_MODULE = false -- cgit v1.2.3