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 +} + +