From 2a7e0a624f482a28af1c770dbcf2a20f52f94f78 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 19 Apr 2015 03:30:08 +0100 Subject: Added Midas Touch --- eclipse/config/TinkersModules.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 eclipse/config/TinkersModules.cfg (limited to 'eclipse/config/TinkersModules.cfg') diff --git a/eclipse/config/TinkersModules.cfg b/eclipse/config/TinkersModules.cfg new file mode 100644 index 0000000..5f0db2c --- /dev/null +++ b/eclipse/config/TinkersModules.cfg @@ -0,0 +1,26 @@ +# Configuration file + +"modules: disabling these will disable a chunk of the mod" { + # Tinkers Construct compatibility for NEI + B:"Tinkers NEI Compatibility"=true + + # Tinkers Construct compatibility for Waila + B:"Tinkers Waila Compatibility"=true + + # Modifyable armors, such as the traveller's gear. + B:"Tinkers' Armory"=true + + # Mechanical machinations and steampunk inspired shenanigans. + B:"Tinkers' Mechworks"=true + + # Liquid metals, casting, and the multiblock structure. + B:"Tinkers' Smeltery"=true + + # The main core of the mod! All of the tools, the tables, and the patterns are here. + B:"Tinkers' Tools"=true + + # Ores, slime islands, essence berries, and the like. + B:"Tinkers' World"=true +} + + -- cgit v1.2.3