Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "machine": "creat_armor",
  3. "registryName": "Creation",
  4. "recipeTime": 60,
  5.  
  6. "requirements": [
  7. {
  8. "type": "energy",
  9. "io-type": "input",
  10. "energyPerTick": 1024
  11. },
  12. {
  13. "type": "item",
  14. "io-type": "output",
  15. "item": "minecraft:leather_helmet"
  16. },
  17. {
  18. "type": "fluid",
  19. "io-type": "input",
  20. "fluid": "water",
  21. "amount": 1000
  22. },
  23. {
  24. "type": "item",
  25. "io-type": "input",
  26. "item": "minecraft:leather"
  27. "amount": 24
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement