Advertisement
GodNero

Untitled

Jun 14th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. {
  2. "books": [
  3. {
  4. "item": "enchiridion:book",
  5. "handlerType": "enchiridion",
  6. "matchDamage": true,
  7. "matchNBT": false
  8. },
  9. {
  10. "item": "minecraft:writable_book",
  11. "handlerType": "writeable",
  12. "matchDamage": false,
  13. "matchNBT": false
  14. },
  15. {
  16. "item": "minecraft:written_book",
  17. "handlerType": "rightclick",
  18. "matchDamage": false,
  19. "matchNBT": false
  20. },
  21. {
  22. "item": "Thaumcraft:thaumonomicon",
  23. "handlerType": "rightclick",
  24. "matchDamage": false,
  25. "matchNBT": false
  26. },
  27. {
  28. "item": "Botania:lexicon",
  29. "handlerType": "rightclick",
  30. "matchDamage": false,
  31. "matchNBT": false
  32. },
  33. {
  34. "item": "aura:lexicon",
  35. "handlerType": "rightclick",
  36. "matchDamage": false,
  37. "matchNBT": false
  38. },
  39. {
  40. "item": "totemic:totempedia",
  41. "handlerType": "rightclick",
  42. "matchDamage": false,
  43. "matchNBT": false
  44. },
  45. {
  46. "item": "openblocks:infoBook",
  47. "handlerType": "rightclick",
  48. "matchDamage": false,
  49. "matchNBT": false
  50. },
  51. {
  52. "item": "opencomputers:tool 4",
  53. "handlerType": "rightclick",
  54. "matchDamage": true,
  55. "matchNBT": false
  56. },
  57. {
  58. "item": "rftools:rfToolsManualItem",
  59. "handlerType": "rightclick",
  60. "matchDamage": false,
  61. "matchNBT": false
  62. },
  63. {
  64. "item": "deepresonance:dr_manual",
  65. "handlerType": "rightclick",
  66. "matchDamage": false,
  67. "matchNBT": false
  68. },
  69. {
  70. "item": "computercraft:printout",
  71. "handlerType": "computercraft",
  72. "matchDamage": false,
  73. "matchNBT": false
  74. },
  75. {
  76. "item": "ImmersiveEngineering:tool 3",
  77. "handlerType": "switchclick",
  78. "matchDamage": true,
  79. "matchNBT": false
  80. },
  81. {
  82. "item": "warpbook:warpbook",
  83. "handlerType": "warpbook",
  84. "matchDamage": false,
  85. "matchNBT": false
  86. },
  87. {
  88. "item": "minecraft:planks 1",
  89. "handlerType": "customwood",
  90. "matchDamage": true,
  91. "matchNBT": false
  92. },
  93. {
  94. "item": "minecraft:planks 5",
  95. "handlerType": "customwood",
  96. "matchDamage": true,
  97. "matchNBT": false
  98. },
  99. {
  100. "item": "thaumcraft:plank 0",
  101. "handlerType": "customwood",
  102. "matchDamage": true,
  103. "matchNBT": false
  104. },
  105. {
  106. "item": "chisel:planks-dark-oak",
  107. "handlerType": "customwood",
  108. "matchDamage": false,
  109. "matchNBT": false
  110. },
  111. {
  112. "item": "chisel:planks-spruce",
  113. "handlerType": "customwood",
  114. "matchDamage": false,
  115. "matchNBT": false
  116. },
  117. {
  118. "item": "chisel:livingwood-planks",
  119. "handlerType": "customwood",
  120. "matchDamage": false,
  121. "matchNBT": false
  122. },
  123. {
  124. "item": "chisel:livingwood-raw",
  125. "handlerType": "customwood",
  126. "matchDamage": false,
  127. "matchNBT": false
  128. },
  129. {
  130. "item": "chisel:thinWood-dark",
  131. "handlerType": "customwood",
  132. "matchDamage": false,
  133. "matchNBT": false
  134. },
  135. {
  136. "item": "chisel:thinWood-spruce",
  137. "handlerType": "customwood",
  138. "matchDamage": false,
  139. "matchNBT": false
  140. },
  141. {
  142. "item": "biomesoplenty:planks_0 14",
  143. "handlerType": "customwood",
  144. "matchDamage": true,
  145. "matchNBT": false
  146. },
  147. {
  148. "item": "Botania:livingwood",
  149. "handlerType": "customwood",
  150. "matchDamage": false,
  151. "matchNBT": false
  152. }
  153. {
  154. "item": "tconstruct:book",
  155. "handlerType": "customwood",
  156. "matchDamage": false,
  157. "matchNBT": false
  158. }
  159. ],
  160. "freeBooks": []
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement