Scratch69

Untitled

Feb 12th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # Configuration file
  2.  
  3. addons {
  4. B:showBlocksInCreative=true
  5. B:showBlocksInNEI=true
  6. B:useSeparateCreativeTabs=true
  7. }
  8.  
  9.  
  10. blocks {
  11.  
  12. fulldrawers1 {
  13. I:baseStorage=32
  14. B:enabled=true
  15. I:recipeOutput=1
  16. }
  17.  
  18. fulldrawers2 {
  19. I:baseStorage=16
  20. B:enabled=true
  21. I:recipeOutput=2
  22. }
  23.  
  24. fulldrawers4 {
  25. I:baseStorage=8
  26. B:enabled=true
  27. I:recipeOutput=4
  28. }
  29.  
  30. halfdrawers2 {
  31. I:baseStorage=8
  32. B:enabled=true
  33. I:recipeOutput=2
  34. }
  35.  
  36. halfdrawers4 {
  37. I:baseStorage=4
  38. B:enabled=true
  39. I:recipeOutput=4
  40. }
  41.  
  42. compdrawers {
  43. I:baseStorage=16
  44. B:enabled=true
  45. I:recipeOutput=1
  46. }
  47.  
  48. controller {
  49. B:enabled=true
  50. I:range=12
  51. }
  52.  
  53. trim {
  54. B:enabled=true
  55. I:recipeOutput=4
  56. }
  57.  
  58. controllerslave {
  59. B:enabled=true
  60. }
  61.  
  62. }
  63.  
  64.  
  65. general {
  66. B:creativeTabVanillaWoods=true
  67. B:enableCreativeUpgrades=true
  68.  
  69. # Writes additional log messages while using the mod. Mainly for debug purposes. Should be kept disabled unless instructed otherwise.
  70. B:enableDebugLogging=false
  71. B:enableDrawerUI=true
  72. B:enableFallbackRecipes=true
  73. B:enableIndicatorUpgrades=true
  74. B:enableItemConversion=true
  75. B:enableLockUpgrades=true
  76. B:enableShroudUpgrades=true
  77. B:enableSidedInput=true
  78. B:enableSidedOutput=true
  79. B:enableSortingUpgrades=true
  80. B:enableStorageUpgrades=true
  81. B:enableTape=true
  82. B:enableVoidUpgrades=true
  83.  
  84. # Inverts how shift works with drawers. If this is true, shifting will only give one item, where regular clicks will give a full stack. Leave false for default behavior.
  85. B:invertShift=false
  86. S:itemRenderType=fast
  87. B:renderStorageUpgrades=true
  88. S:wailaStackRemainder=exact
  89. }
  90.  
  91.  
  92. integration {
  93. B:enableAE2=true
  94. B:enableMineTweaker=true
  95. B:enableRefinedRelocation=true
  96. B:enableThaumcraft=true
  97. B:enableThermalExpansion=true
  98. B:enableWaila=true
  99. }
  100.  
  101.  
  102. upgrades {
  103. I:level2Mult=2
  104. I:level3Mult=3
  105. I:level4Mult=5
  106. I:level5Mult=8
  107. I:level6Mult=13
  108. }
Advertisement
Add Comment
Please, Sign In to add comment