Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -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=false
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
}