Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Setting this to false causes GTCE to not register additional methane recipes for foods in the centrifuge.
  5. B:addFoodMethaneRecipes=false
  6.  
  7. # Specifies additional random amount of veins in section
  8. I:additionalVeinsInSection=0
  9.  
  10. # Whether to enable more verbose logging. Default: false
  11. B:debug=false
  12. B:disableFlintTools=false
  13.  
  14. # Whether to disable rubber tree world generation. Default is false.
  15. B:disableRubberTreeGeneration=true
  16.  
  17. # Whether to disable vanilla ores generation in world. Default is false.
  18. B:disableVanillaOres=true
  19.  
  20. # Whether machines should explode when overloaded with power. Default: true
  21. B:doExplosions=false
  22. B:enableOreVeinSurfaceRocks=false
  23.  
  24. # Energy use multiplier for electric items. Default: 100
  25. I:energyUsageMultiplier=100
  26.  
  27. # Chance with which flint and steel will create fire. Default: 50
  28. # Min: 0
  29. # Max: 100
  30. I:flintChanceToCreateFire=100
  31.  
  32. # Sets the bonus EU output of Gas Turbines.
  33. I:gasTurbineBonusOutput=18776
  34.  
  35. # Recipes for machine hulls use more materials. Default: false
  36. B:harderMachineHulls=false
  37.  
  38. # Setting this to true makes GTCE ignore error and invalid recipes that would otherwise cause crash. Default to true.
  39. B:ignoreErrorOrInvalidRecipes=true
  40.  
  41. # Whether to increase number of rolls for dungeon chests. Increases dungeon loot drastically.
  42. B:increaseDungeonLoot=false
  43.  
  44. # If true, insufficient energy supply will reset recipe progress to zero. If false, progress will slowly go back (with 2x speed)
  45. B:insufficientEnergySupplyWipesRecipeProgress=false
  46.  
  47. # Specifies min amount of veins in section
  48. I:minVeinsInSection=1
  49.  
  50. # Specifies priorities of mods in ore dictionary item registration. First ModID has highest priority, last - lowest. Unspecified ModIDs follow standard sorting, but always have lower priority than last specified ModID.
  51. S:modPriorities <
  52. gregtech
  53. minecraft
  54. thermalfoundation
  55. astralsorcery
  56. >
  57.  
  58. # Sets the bonus EU output of Plasma Turbines.
  59. I:plasmaTurbineBonusOutput=29081
  60.  
  61. # Sets the bonus EU output of Steam Turbines.
  62. I:steamTurbineBonusOutput=6144
  63.  
  64. # Whether to use modPriorities setting in config for prioritizing ore dictionary item registrations. By default, GTCE will sort ore dictionary registrations alphabetically comparing their owner ModIDs.
  65. B:useCustomModPriorities=true
  66.  
  67. ##########################################################################################################
  68. # vanillarecipes
  69. #--------------------------------------------------------------------------------------------------------#
  70. # Category that contains configs for changing vanilla recipes
  71. ##########################################################################################################
  72.  
  73. vanillarecipes {
  74. # Require a knife for bowl crafting instead of only plank? Default is true.
  75. B:bowlRequireKnife=true
  76.  
  77. # Whether to make iron bucket recipe harder by requiring hammer and plates. Default is true.
  78. B:bucketRequirePlatesAndHammer=true
  79.  
  80. # Whether to make flint and steel recipe require steel nugget instead of iron one. Default is true
  81. B:flintAndSteelRequireSteel=true
  82. B:harderMinecarts=true
  83.  
  84. # Recipes for items like iron doors, trapdors, pressure plates, cauldron, hopper and iron bars require iron plates and hammer. Default is true
  85. B:ironConsumingCraftingRecipesRequirePlates=true
  86.  
  87. # Whether to nerf paper crafting recipe. Default is true.
  88. B:nerfPaperCrafting=true
  89.  
  90. # Whether to nerf wood crafting to 2 sticks from 2 planks. Default is false.
  91. B:nerfStickCrafting=false
  92.  
  93. # Whether to nerf wood crafting to 2 planks from 1 log. Default is false.
  94. B:nerfWoodCrafting=false
  95. }
  96.  
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement