Advertisement
MigukNamja

BigReactors.cfg

Oct 6th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # Configuration file
  2.  
  3. compatibility {
  4. # If true, automatically adds all unregistered ingots found as clonesof standard yellorium fuel
  5. B:autoAddUranium=true
  6. }
  7.  
  8.  
  9. general {
  10. B:enableComedy=true
  11. B:enableMetallurgyFantasyMetalsInTurbines=true
  12. D:fuelUsageMultiplier=1.0
  13. I:maxReactorHeight=48
  14. I:maxReactorSize=32
  15. I:maxTurbineHeight=32
  16. I:maxTurbineSize=16
  17. D:powerProductionMultiplier=0.6
  18. B:registerCreativeMultiblockParts=true
  19. I:ticksPerRedstoneUpdate=20
  20. D:turbineAeroDragMultiplier=1.0
  21. D:turbineCoilDragMultiplier=1.0
  22. D:turbineFluidPerBladeMultiplier=1.0
  23. D:turbineMassDragMultiplier=1.0
  24. }
  25.  
  26.  
  27. recipes {
  28. B:enableCyaniteFromYelloriumRecipe=false
  29. B:enableReactorPowerTapRecipe=false
  30. B:registerCharcoalForSmelting=false
  31. B:registerCoalForSmelting=false
  32. B:registerGraphiteCharcoalCraftingRecipes=false
  33. B:registerGraphiteCoalCraftingRecipes=false
  34. B:registerYelloriteSmeltToUranium=false
  35. B:registerYelloriumAsUranium=false
  36. B:requireObsidianGlass=false
  37. B:requireSteelInsteadOfIron=false
  38. }
  39.  
  40.  
  41. worldgen {
  42. B:GenerateYelloriteOre=true
  43. I:MaxYelloriteClustersPerChunk=5
  44. I:MaxYelloriteOrePerCluster=10
  45. I:YelloriteDimensionBlacklist <
  46. >
  47. I:YelloriteMaxY=50
  48. B:enableWorldGen=true
  49. B:enableWorldGenInNegativeDims=false
  50. B:enableWorldRegeneration=false
  51. I:userWorldGenVersion=0
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement