From e726a061088a1dd10cd3d190351b4414c8550414 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 26 Aug 2020 18:19:39 +1000 Subject: [PATCH] disabled unwanted ZI modules --- .minecraft/config/zettaindustries.cfg | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .minecraft/config/zettaindustries.cfg diff --git a/.minecraft/config/zettaindustries.cfg b/.minecraft/config/zettaindustries.cfg new file mode 100644 index 0000000..3b01417 --- /dev/null +++ b/.minecraft/config/zettaindustries.cfg @@ -0,0 +1,37 @@ +# Configuration file + +bigbattery { + I:electrodeTransferRate=2500 + D:energyMultiplier=1.0 +} + + +mods { + B:BigBattery=false + B:CharcoalBlock=true + B:E-Catalogue=true + B:FUPowerMeter=true + B:NFC=false + B:OCWires=true + B:QuarryFixer=false + B:VanillaUtils=false + B:WireGun=true +} + + +ocwires { + # The maximum length cables can have. + I:cableLength=32 +} + + +rfmeter { + B:computer.methods.allowed=true +} + + +vanillautils { + B:VariableRedstoneEmitter=true +} + +