Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # automation_interface
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Settings for the Automation Interface.
  7. ##########################################################################################################
  8.  
  9. automation_interface {
  10. # Should the Automation Interface be enabled? [default: true]
  11. B:enabled=true
  12.  
  13. # How much FE the Automation Interface should hold. [range: 0 ~ 2147483647, default: 1000000]
  14. I:energy_capacity=1000000
  15.  
  16. # How much FE the Automation Interface should use when moving items. [range: 0 ~ 100000, default: 80]
  17. I:energy_rate=80
  18.  
  19. # Should the Automation Interface render the result item inside it? [default: true]
  20. B:render_item=true
  21. }
  22.  
  23.  
  24. ##########################################################################################################
  25. # combination_crafting
  26. #--------------------------------------------------------------------------------------------------------#
  27. # Settings for the Crafting Core.
  28. ##########################################################################################################
  29.  
  30. combination_crafting {
  31. # Should the Crafting Core and Pedestal be enabled? [default: true]
  32. B:enabled=true
  33.  
  34. # How much FE the Crafting Core should hold. [range: 0 ~ 2147483647, default: 5000000]
  35. I:energy_capacity=500000000
  36.  
  37. # How much FE/t the Crafting Core should use when crafting by default. [range: 0 ~ 2147483647, default: 500]
  38. I:energy_rate=500000
  39. }
  40.  
  41.  
  42. ##########################################################################################################
  43. # ender_crafting
  44. #--------------------------------------------------------------------------------------------------------#
  45. # Settings for the Ender Crafter.
  46. ##########################################################################################################
  47.  
  48. ender_crafting {
  49. # How much an Ender Alternator should speed up a craft. This is the percentage of time_required. [range: 0.0 ~ 1.0, default: 0.01]
  50. S:alternator_effectiveness=0.01
  51.  
  52. # Should the Ender Crafter and Ender Alternator be enabled? [default: true]
  53. B:enabled=true
  54.  
  55. # How many seconds each craft should take. [range: 1 ~ 2147483647, default: 60]
  56. I:time_required=60
  57. }
  58.  
  59.  
  60. ##########################################################################################################
  61. # general
  62. #--------------------------------------------------------------------------------------------------------#
  63. # Settings for general things.
  64. ##########################################################################################################
  65.  
  66. general {
  67. # Should WAILA show the current energy of Extended Crafting machines? [default: true]
  68. B:energy_in_waila=true
  69.  
  70. # Should the In-Game Guide Book be enabled? [default: true]
  71. B:guide_enabled=true
  72.  
  73. # Should the Handheld Crafting Table be enabled? [default: true]
  74. B:handheld_table_enabled=true
  75. }
  76.  
  77.  
  78. ##########################################################################################################
  79. # quantum_compression
  80. #--------------------------------------------------------------------------------------------------------#
  81. # Settings for the Quantum Compressor.
  82. ##########################################################################################################
  83.  
  84. quantum_compression {
  85. # Should the Quantum Compressor be enabled? [default: true]
  86. B:enabled=true
  87.  
  88. # How much FE the Quantum Compressor should hold. [range: 0 ~ 2147483647, default: 10000000]
  89. I:energy_capacity=10000000
  90.  
  91. # How much FE/t the Quantum Compressor should use when crafting by default. [range: 0 ~ 2147483647, default: 5000]
  92. I:energy_rate=5000
  93.  
  94. # Should the Quantum Compressor render the result item above it? [default: true]
  95. B:render_item=true
  96. }
  97.  
  98.  
  99. ##########################################################################################################
  100. # recipe_maker
  101. #--------------------------------------------------------------------------------------------------------#
  102. # Settings for the Recipe Maker.
  103. ##########################################################################################################
  104.  
  105. recipe_maker {
  106. # Should the Recipe Maker be enabled? [default: true]
  107. B:enabled=true
  108.  
  109. # Should the Recipe Maker also copy the NBT of the ingredients? [default: false]
  110. B:use_nbt=false
  111.  
  112. # Should the Recipe Maker use OreDictionary entries when applicable? [default: true]
  113. B:use_oredictionary=true
  114. }
  115.  
  116.  
  117. ##########################################################################################################
  118. # singularity
  119. #--------------------------------------------------------------------------------------------------------#
  120. # Settings for the Singularities.
  121. ##########################################################################################################
  122.  
  123. singularity {
  124. # Here you can add your own custom Singularities.
  125. # - Syntax: meta;name;material;color
  126. # - Example: 12;super_potato;minecraft:carrot;123456
  127. # - 'meta' must be different for each, and should not be changed.
  128. # - 'name' should be lower case with underscores for spaces. Singularity is added automatically.
  129. # - Example: 'lots_of_spaghetti' would show 'Lots Of Spaghetti Singularity'.
  130. # - 'material' is an item id or ore dictionary entry. This is for the generic crafting recipe.
  131. # - Note: if you plan on adding your own recipe with the CraftTweaker integration, put 'none'.
  132. # - Examples: 'minecraft:stone' for stone, 'ore:ingotIron' for the ore dictionary entry 'ingotIron'.
  133. # - Note: you can also specify meta for item ids, by adding them to the end of the item id.
  134. # - Example: minecraft:stone:3 for a meta of 3. Make the meta 32767 for wildcard value.
  135. # - 'color' the color of the singularity as a hex value. http://htmlcolorcodes.com/
  136. # - Example: 123456 would color it as whatever that color is.
  137. S:custom_singularities <
  138. >
  139.  
  140. # The catalyst required for the default Singularity recipes. modid:itemid:metadata [default: extendedcrafting:material:11]
  141. S:default_catalyst=extendedcrafting:material:11
  142.  
  143. # Should the default Singularity recipes be enabled? [default: true]
  144. B:default_recipes=true
  145.  
  146. # Disable specific default singularities here.
  147. S:default_singularities <
  148. coal=true
  149. iron=true
  150. lapis_lazuli=true
  151. redstone=true
  152. glowstone=true
  153. gold=true
  154. diamond=true
  155. emerald=true
  156. aluminum=true
  157. copper=true
  158. tin=true
  159. bronze=true
  160. zinc=true
  161. brass=true
  162. silver=true
  163. lead=true
  164. steel=true
  165. nickel=true
  166. constantan=true
  167. electrum=true
  168. invar=true
  169. mithril=true
  170. tungsten=true
  171. titanium=true
  172. uranium=true
  173. chrome=true
  174. platinum=true
  175. iridium=true
  176. signalum=true
  177. lumium=true
  178. enderium=true
  179. ardite=true
  180. cobalt=true
  181. manyullyn=true
  182. >
  183.  
  184. # Should the Singularities be enabled? [default: true]
  185. B:enabled=true
  186.  
  187. # The amount of RF required to craft a Singularity, for the default recipes. [range: 0 ~ 2147483647, default: 5000000]
  188. I:energy_cost=5000000
  189.  
  190. # The amount of materials required to create a Singularity, for the default recipes. [range: 1 ~ 2147483647, default: 10000]
  191. I:material_amount=10000
  192.  
  193. # Should the default Ultimate Singularity recipe be enabled? [default: true]
  194. B:ultimate_singularity_recipe=true
  195.  
  196. # Blacklist Singularities from being in the Ultimate Singularity crafting recipe.
  197. # - Syntax: singularityType;meta
  198. # - 'singularityType' can be 'default' or 'custom'.
  199. # - 'default' for the ones added by the mod by default, 'custom' being the ones defined in '_custom_singularities'.
  200. # - Example: custom;12
  201. S:ultimate_singularity_recipe_blacklist <
  202. >
  203. }
  204.  
  205.  
  206. ##########################################################################################################
  207. # table_crafting
  208. #--------------------------------------------------------------------------------------------------------#
  209. # Settings for the Extended Crafting Tables.
  210. ##########################################################################################################
  211.  
  212. table_crafting {
  213. # Should the Extended Crafting Tables be enabled? [default: true]
  214. B:enabled=true
  215.  
  216. # Should the Basic Crafting Table inherit normal crafting recipes? [default: true]
  217. B:inherit_vanilla_recipes=true
  218. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement