Advertisement
Physicist1616

GregTech.cfg

Jan 5th, 2014
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # compatibility
  5. ####################
  6.  
  7. compatibility {
  8. B:Buildcraft.Energy=true
  9. B:Industrialcraft.Energy=true
  10. B:UniversalElectricity.Energy=true
  11. }
  12.  
  13.  
  14. ####################
  15. # features
  16. ####################
  17.  
  18. features {
  19. I:MaxLogStackSize=64
  20. I:MaxOreStackSize=64
  21. I:MaxOtherBlockStackSize=64
  22. I:MaxPlankStackSize=64
  23. I:UpgradeStacksize=4
  24. }
  25.  
  26.  
  27. ####################
  28. # general
  29. ####################
  30.  
  31. general {
  32. B:AFK_Hunger=false
  33. B:AdventureModeStartingAxe=true
  34. B:ConnectedMachineCasingTextures=true
  35. B:CraftingUnification=true
  36. B:Debug=false
  37. B:Debug2=false
  38. B:EnsureToBeLoadedLast=true
  39. B:IncreaseDungeonLoot=true
  40. B:InventoryUnification=false
  41. I:ItemDespawnTime=6000
  42. I:MillisecondsPassedInGTTileEntityUntilLagWarning=100
  43. B:NerfDustCrafting=false
  44. I:TicksForLagAveragingWithScanner=25
  45. B:TooEasyMode=false
  46. B:WoodNeedsSawForCrafting=false
  47. B:disable_STDERR=false
  48. B:disable_STDOUT=false
  49. B:forceAdventureMode=false
  50. B:hardermobspawners=true
  51. B:harderstone=false
  52. B:hiddenores=false
  53. B:online=true
  54. B:smallerStoneToolDurability=false
  55. B:smallerWoodToolDurability=false
  56. }
  57.  
  58.  
  59. ####################
  60. # machines
  61. ####################
  62.  
  63. machines {
  64. B:colored_guis_when_painted=true
  65. B:constant_need_of_energy=true
  66. B:explosions_on_nonwrenching=true
  67. B:fire_causes_explosions=true
  68. B:lightning_causes_explosions=true
  69. B:machines_explosion_damage=true
  70. B:machines_flammable=true
  71. B:rain_causes_explosions=true
  72. B:wirefire_on_explosion=true
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement