Skip to content

Commit

Permalink
About BR&ZettaIndustries
Browse files Browse the repository at this point in the history
  • Loading branch information
SihenZhang committed Feb 13, 2017
1 parent eb27cd4 commit e87823e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/BigReactors/BigReactors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ compatibility {
general {
B:enableComedy=true
B:enableMetallurgyFantasyMetalsInTurbines=true
D:fuelUsageMultiplier=3.0
D:fuelUsageMultiplier=10.0
I:maxReactorHeight=48
I:maxReactorSize=32
I:maxTurbineHeight=32
I:maxTurbineSize=16
D:powerProductionMultiplier=1.5
D:reactorPowerProductionMultiplier=2.0
D:powerProductionMultiplier=1.0
D:reactorPowerProductionMultiplier=8.0
B:registerCreativeMultiblockParts=true
I:ticksPerRedstoneUpdate=20
D:turbineAeroDragMultiplier=1.0
D:turbineCoilDragMultiplier=1.0
D:turbineFluidPerBladeMultiplier=1.5
D:turbineMassDragMultiplier=1.0
D:turbinePowerProductionMultiplier=4.0
D:turbinePowerProductionMultiplier=16.0
}


Expand Down
51 changes: 51 additions & 0 deletions config/zettaindustries.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Configuration file

bigbattery {
I:electrodeTransferRate=7500
D:energyMultiplier=2.5
}


lightningrocket {
# Chance to spawn lighting bolt during rain.(1.0 == 100%)
D:rainchance=0.1

# Chance to spawn lighting bolt during thunder.(1.0 == 100%)
D:thunderchance=0.2
}


mods {
B:BigBattery=true
B:BundledViewer=true
B:CharcoalBlock=true
B:E-Catalogue=true
B:ForestyBackpacksMod=true
B:LightningRocket=true
B:NFC=true
B:OCWires=true
B:QuarryFixer=true
B:RFPowerMeter=true
B:SimpleDHD=true
B:SuperConductor=true
B:VanillaUtils=true
B:WireGun=true
}


ocwires {
# The maximum length cables can have.
I:cableLength=32
}


rfmeter {
B:oc.methods.allowed=true
}


vanillautils {
B:VariableRedstoneEmitter=true
}


0 comments on commit e87823e

Please sign in to comment.