-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled TD Ducts creative tab and added configs for incoming mods
- Loading branch information
Showing
42 changed files
with
13,633 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
!config/ | ||
!structures/ | ||
.DS_Store | ||
|
||
config/musicchoices.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
|
||
|
Oops, something went wrong.