Advertisement
duhadventure

Untitled

Mar 14th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. # Configuration file
  2.  
  3. client {
  4. # The iron and thaumium gearboxes will be rendered as a standard block. [default: false]
  5. B:"Disable Gearbox Model"=false
  6. }
  7.  
  8.  
  9. crafting {
  10. # Controls if the Wireless Essentia Terminal can be crafted. [default: true]
  11. B:"Allow Crafting Wireless Essentia Terminal"=true
  12.  
  13. # Controls if the Arcane Assembler can be crafted. [default: true]
  14. B:"Arcane Assembler"=true
  15.  
  16. # Controls if the Arcane Crafting Terminal can be crafted. [default: true]
  17. B:"Arcane Crafting Terminal"=true
  18.  
  19. # Controls if Certus Quartz can be duplicated in the crucible. [default: true]
  20. B:"Certus Quartz Duplication"=true
  21.  
  22. # Controls if the Distillation Pattern Encoder can be crafted. [default: true]
  23. B:"Distillation Pattern Encoder."=true
  24.  
  25. # Controls if Essentia Cells and Components can be crafted. [default: true]
  26. B:"Essentia Cells"=true
  27.  
  28. # Controls if the Essentia Provider can be crafted. [default: true]
  29. B:"Essentia Provider"=true
  30.  
  31. # Controlls if the Essentia Vibration Chamber can be crafted. [default: true]
  32. B:"Essentia Vibration Chamber"=true
  33.  
  34. # When enabled, overwrites the AE2 facade settings for some Thaumcraft blocks, allowing their facades to be crafted. [default: true]
  35. B:"Force TC Facades"=true
  36.  
  37. # Controls if the Golem Wifi Backpack can be crafted. [default: true]
  38. B:"Golem Wifi Backpack"=true
  39.  
  40. # Controls if the import and export buses can be crafted. [default: true]
  41. B:"IO Buses"=true
  42.  
  43. # Controls if the Infusion Provider can be crafted. [default: true]
  44. B:"Infusion Provider"=true
  45.  
  46. # Controls if the Vis Relay Interface can be crafted. [default: true]
  47. B:"Vis Relay Interface"=true
  48.  
  49. # Controls if the Wrench Focus is enabled and craftable. [default: true]
  50. B:"Wrench Focus"=true
  51. }
  52.  
  53.  
  54. general {
  55. # Controls the conversion ratio of essentia/fluid. 1 essentia is converted to (2^this) milibuckets of fluid. Please be aware that this value effects how much fluid is transferred through the AE system, which also effects transfer speed and power consumption. Values above 11 make it impossible to use fluid transfer devices such as the ME IO Port, or anything from EC2. [range: 1 ~ 11, default: 7]
  56. I:"Essentia Fluid Ratio Exponent"=7
  57. }
  58.  
  59.  
  60. integration {
  61. # Prevents extra cells from interacting with essentia gas [default: true]
  62. B:"ExtraCells Blacklist"=true
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement