Advertisement
Captain_Klutz

# Ore Smelter T2 commit

Nov 26th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. # Ore Smelter T2 commit
  2.  
  3. # append to config
  4.  
  5. factories:
  6. ore_smelter:
  7. type: FCC
  8. name: Ore Smelter
  9. citadelBreakReduction: 1.0
  10. setupcost:
  11. coal:
  12. material: COAL
  13. amount: 512
  14. iron:
  15. material: IRON_INGOT
  16. amount: 256
  17. diamond:
  18. material: DIAMOND
  19. amount: 64
  20. recipes:
  21. - smelt_coal_ore
  22. - smelt_iron_ore
  23. - smelt_diamond_ore
  24. - smelt_gold_ore
  25. - smelt_redstone_ore
  26. - smelt_lapis_ore
  27. - make_refractor
  28. - crack_fossil
  29. - upgrade_to_basic_oxygen_furnace
  30. - upgrade_to_gem_washer
  31. - upgrade_to_powder_crusher
  32. - repair_ore_smelter
  33. basic_oxygen_furnace:
  34. type: FCCUPGRADE
  35. name: Basic Oxygen Furnace
  36. citadelBreakReduction: 1.0
  37. recipes:
  38. - smelt_coal_ore
  39. - smelt_iron_ore_T2
  40. - smelt_diamond_ore
  41. - smelt_gold_ore_T2
  42. - smelt_redstone_ore
  43. - smelt_lapis_ore
  44. - smelt_slurry
  45. - make_refractor
  46. - crack_fossil
  47. - repair_ore_smelter_T2
  48. gem_washer:
  49. type: FCCUPGRADE
  50. name: Gem Washer
  51. citadelBreakReduction: 1.0
  52. recipes:
  53. - smelt_coal_ore
  54. - smelt_iron_ore
  55. - smelt_diamond_ore_T2
  56. - smelt_gold_ore
  57. - smelt_redstone_ore
  58. - smelt_lapis_ore_T2
  59. - smelt_powder
  60. - make_refractor
  61. - crack_fossil
  62. - repair_ore_smelter_T2
  63. powder_crusher:
  64. type: FCCUPGRADE
  65. name: Powder Crusher
  66. citadelBreakReduction: 1.0
  67. recipes:
  68. - smelt_coal_ore_T2
  69. - smelt_iron_ore
  70. - smelt_diamond_ore
  71. - smelt_gold_ore
  72. - smelt_redstone_ore_T2
  73. - smelt_lapis_ore
  74. - smelt_slag
  75. - make_refractor
  76. - crack_fossil
  77. - repair_ore_smelter_T2
  78. # add relevant recipes
  79.  
  80. #RECIPES:
  81. recipes:
  82. upgrade_to_basic_oxygen_furnace:
  83. production_time: 30s
  84. name: Upgrade to Basic Oxygen Furnace
  85. type: UPGRADE
  86. input:
  87. coal:
  88. material: COAL
  89. amount: 1024
  90. iron:
  91. material: IRON_INGOT
  92. amount: 512
  93. diamond:
  94. material: DIAMOND
  95. amount: 128
  96. lapis:
  97. material: LAPIS_BLOCK
  98. amount: 64
  99. factory: Basic Oxygen Furnace
  100. upgrade_to_gem_washer:
  101. production_time: 30s
  102. name: Upgrade to Gem Washer
  103. type: UPGRADE
  104. input:
  105. coal:
  106. material: COAL
  107. amount: 1024
  108. iron:
  109. material: IRON_INGOT
  110. amount: 512
  111. diamond:
  112. material: DIAMOND
  113. amount: 128
  114. lapis:
  115. material: LAPIS_BLOCK
  116. amount: 64
  117. factory: Gem Washer
  118. upgrade_to_powder_crusher:
  119. production_time: 30s
  120. name: Upgrade to Powder Crusher
  121. type: UPGRADE
  122. input:
  123. coal:
  124. material: COAL
  125. amount: 1024
  126. iron:
  127. material: IRON_INGOT
  128. amount: 512
  129. diamond:
  130. material: DIAMOND
  131. amount: 128
  132. lapis:
  133. material: LAPIS_BLOCK
  134. amount: 64
  135. factory: Powder Crusher
  136. smelt_coal_ore_T2:
  137. production_time: 16s
  138. name: Crush Coal Ore
  139. type: PRODUCTION
  140. input:
  141. coal_ore:
  142. material: COAL_ORE
  143. amount: 96
  144. flint:
  145. material: FLINT
  146. amount: 12
  147. output:
  148. coal:
  149. material: COAL
  150. amount: 416
  151. gravel:
  152. material: GRAVEL
  153. amount: 24
  154. catalytic_powder:
  155. material: GLOWSTONE_DUST
  156. amount: 2
  157. lore:
  158. - Catalytic Powder
  159. smelt_iron_ore_T2:
  160. production_time: 16s
  161. name: Refine Iron Ore
  162. type: PRODUCTION
  163. input:
  164. iron_ore:
  165. material: IRON_ORE
  166. amount: 96
  167. coal:
  168. material: COAL
  169. amount: 32
  170. output:
  171. iron:
  172. material: IRON_INGOT
  173. amount: 168
  174. charcoal:
  175. material: COAL
  176. durability: 1
  177. amount: 16
  178. heavy_slag:
  179. material: SULPHUR
  180. amount: 2
  181. lore:
  182. - Heavy Slag
  183. smelt_diamond_ore_T2:
  184. production_time: 16s
  185. name: Wash Diamond Ore
  186. type: PRODUCTION
  187. input:
  188. diamond_ore:
  189. material: DIAMOND_ORE
  190. amount: 32
  191. water:
  192. material: WATER_BUCKET
  193. amount: 2
  194. output:
  195. diamond:
  196. material: DIAMOND
  197. amount: 104
  198. bucket:
  199. material: BUCKET
  200. amount: 2
  201. rich_slurry:
  202. material: REDSTONE
  203. amount: 2
  204. lore:
  205. - Rich Slurry
  206. smelt_gold_ore_T2:
  207. production_time: 16s
  208. name: Refine Gold Ore
  209. type: PRODUCTION
  210. input:
  211. gold_ore:
  212. material: GOLD_ORE
  213. amount: 48
  214. coal:
  215. material: COAL
  216. amount: 16
  217. output:
  218. gold:
  219. material: GOLD_INGOT
  220. amount: 84
  221. charcoal:
  222. material: COAL
  223. durability: 1
  224. amount: 8
  225. heavy_slag:
  226. material: SULPHUR
  227. amount: 2
  228. lore:
  229. - Heavy Slag
  230. smelt_redstone_ore_T2:
  231. production_time: 16s
  232. name: Crush Redstone Ore
  233. type: PRODUCTION
  234. input:
  235. redstone_ore:
  236. material: REDSTONE_ORE
  237. amount: 64
  238. flint:
  239. material: FLINT
  240. amount: 6
  241. output:
  242. redstone:
  243. material: REDSTONE_BLOCK
  244. amount: 56
  245. gravel:
  246. material: GRAVEL
  247. amount: 12
  248. catalytic_powder:
  249. material: GLOWSTONE_DUST
  250. amount: 2
  251. lore:
  252. - Catalytic Powder
  253. smelt_lapis_ore_T2:
  254. production_time: 16s
  255. name: Wash Lapis Ore
  256. type: PRODUCTION
  257. input:
  258. lapis_ore:
  259. material: LAPIS_ORE
  260. amount: 64
  261. water:
  262. material: WATER_BUCKET
  263. amount: 4
  264. output:
  265. lapis:
  266. material: LAPIS_BLOCK
  267. amount: 96
  268. bucket:
  269. material: BUCKET
  270. amount: 4
  271. rich_slurry:
  272. material: REDSTONE
  273. amount: 2
  274. lore:
  275. - Rich Slurry
  276. repair_ore_smelter_T2:
  277. production_time: 4s
  278. name: Repair Factory
  279. type: REPAIR
  280. input:
  281. coal:
  282. material: COAL
  283. amount: 96
  284. iron:
  285. material: IRON_INGOT
  286. amount: 32
  287. diamond:
  288. material: DIAMOND
  289. amount: 12
  290. lapis:
  291. material: LAPIS_BLOCK
  292. amount: 6
  293. health_gained: 10000
  294. smelt_slurry:
  295. production_time: 16s
  296. name: Dry Rich Slurry
  297. type: RANDOM
  298. input:
  299. rich_slurry:
  300. material: REDSTONE
  301. amount: 1
  302. lore:
  303. - Rich Slurry
  304. outputs:
  305. diamonds:
  306. chance: 0.5
  307. diamond:
  308. material: DIAMOND
  309. amount: 4
  310. lapis_blocks:
  311. chance: 0.5
  312. lapis:
  313. material: LAPIS_BLOCK
  314. amount: 4
  315. smelt_powder:
  316. production_time: 16s
  317. name: Wash Catalytic Powder
  318. type: RANDOM
  319. input:
  320. catalytic_powder:
  321. material: GLOWSTONE_DUST
  322. amount: 1
  323. lore:
  324. - Catalytic Powder
  325. outputs:
  326. coal:
  327. chance: 0.5
  328. coal:
  329. material: COAL
  330. amount: 8
  331. redstone_blocks:
  332. chance: 0.5
  333. redstone:
  334. material: REDSTONE_BLOCK
  335. amount: 4
  336. smelt_slag:
  337. production_time: 16s
  338. name: Crush Heavy Slag
  339. type: RANDOM
  340. input:
  341. heavy_slag:
  342. material: SULPHUR
  343. amount: 1
  344. lore:
  345. - Heavy Slag
  346. outputs:
  347. iron_bars:
  348. chance: 0.5
  349. coal:
  350. material: IRON_INGOT
  351. amount: 8
  352. gold_bars:
  353. chance: 0.5
  354. redstone:
  355. material: GOLD_INGOT
  356. amount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement