Advertisement
Guest User

FTB Config P3

a guest
Apr 29th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:blockID=650
  9. }
  10.  
  11.  
  12. ####################
  13. # general
  14. ####################
  15.  
  16. general {
  17. I:AdvGenDay=8
  18. I:AdvGenNight=1
  19. I:AdvOutput=32
  20. I:AdvStorage=32000
  21. I:HybGenDay=64
  22. I:HybGenNight=8
  23. I:HybOutput=128
  24. I:HybStorage=100000
  25. I:UltHybGenDay=512
  26. I:UltHybGenNight=64
  27. I:UltOutput=512
  28. I:UltStorage=1000000
  29. }
  30.  
  31.  
  32. ####################
  33. # items
  34. ####################
  35.  
  36. items {
  37. I:itemsID=30100
  38. }
  39.  
  40.  
  41. ####################
  42. # quantum generator
  43. ####################
  44.  
  45. "quantum generator" {
  46. I:"Quantum generator default maximum packet size"=512
  47. I:"Quantum generator default production"=512
  48. }
  49.  
  50.  
  51. ####################
  52. # recipes settings
  53. ####################
  54.  
  55. "recipes settings" {
  56. B:"Disable AdvancedSolarPanel recipe"=false
  57. B:"Disable DoubleSlab recipe"=false
  58. B:"Disable HybridSolarPanel recipe"=false
  59. B:"Disable UltimateSolarPanel recipe"=false
  60. B:"Enable hard recipes"=false
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement