Skip to content

Commit

Permalink
Tweaks for 1.1.0
Browse files Browse the repository at this point in the history
Disabled TD Ducts creative tab and added configs for incoming mods
  • Loading branch information
Amaxter committed Jul 28, 2015
1 parent 72772da commit 7bf2f6a
Show file tree
Hide file tree
Showing 42 changed files with 13,633 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
!config/
!structures/
.DS_Store

config/musicchoices.cfg
2 changes: 2 additions & 0 deletions config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ orecamouflage {

# OreDictionary Names: nuggetIron
B:IronNugget=true

# OreDictionary Names: itemSilicon
B:Silicon=true

# OreDictionary Names: gearWood
Expand Down
58 changes: 58 additions & 0 deletions config/BigReactors/BigReactors.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Configuration file

compatibility {
# If true, automatically adds all unregistered ingots found as clonesof standard yellorium fuel
B:autoAddUranium=true
}


general {
B:enableComedy=true
B:enableMetallurgyFantasyMetalsInTurbines=true
D:fuelUsageMultiplier=1.0
I:maxReactorHeight=48
I:maxReactorSize=32
I:maxTurbineHeight=32
I:maxTurbineSize=16
D:powerProductionMultiplier=1.0
D:reactorPowerProductionMultiplier=1.0
B:registerCreativeMultiblockParts=true
I:ticksPerRedstoneUpdate=20
D:turbineAeroDragMultiplier=1.0
D:turbineCoilDragMultiplier=1.0
D:turbineFluidPerBladeMultiplier=1.0
D:turbineMassDragMultiplier=1.0
D:turbinePowerProductionMultiplier=1.0
}


recipes {
B:enableCyaniteFromYelloriumRecipe=true
B:enableReactorPowerTapRecipe=true
B:registerCharcoalForSmelting=true
B:registerCoalForSmelting=true
B:registerGraphiteCharcoalCraftingRecipes=false
B:registerGraphiteCoalCraftingRecipes=false
B:registerYelloriteSmeltToUranium=true
B:registerYelloriumAsUranium=true
B:requireObsidianGlass=false
B:requireSteelInsteadOfIron=false
}


worldgen {
B:GenerateYelloriteOre=true
I:MaxYelloriteClustersPerChunk=5
I:MaxYelloriteOrePerCluster=10
I:YelloriteDimensionBlacklist <
>
I:YelloriteMaxY=50
I:dimensionWhitelist <
>
B:enableWorldGen=true
B:enableWorldGenInNegativeDims=false
B:enableWorldRegeneration=false
I:userWorldGenVersion=0
}


Loading

0 comments on commit 7bf2f6a

Please sign in to comment.