Advertisement
Guest User

Untitled

a guest
May 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "machine": "metal_furnace",
  3. "registryName": "pyrolusite-to-manganese",
  4. "recipeTime": 1200,
  5. "requirements": [
  6. {
  7. "type": "item",
  8. "io-type": "input",
  9. "item": "any:fuel",
  10. "time": 1200
  11. },
  12. {
  13. "type": "mechanical",
  14. "io-type": "input",
  15. "level": 1,
  16. "crank-allowed": true
  17. },
  18. {
  19. "type": "item",
  20. "io-type": "input",
  21. "item": "gregtech:meta_item_1@2149",
  22. "amount": 3
  23. },
  24. {
  25. "type": "item",
  26. "io-type": "output",
  27. "item": "gregtech:meta_item_1@10039",
  28. "amount": 1
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement