Advertisement
Guest User

Example grid recipe

a guest
Jun 18th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "machine": "testgrid",
  3. "registryName": "recipe_grid_cobble_gen",
  4. "recipeTime": 20,
  5. "requirements": [
  6. {
  7. "type": "grid",
  8. "io-type": "input",
  9. "power": 16
  10. },
  11. {
  12. "type": "item",
  13. "io-type": "output",
  14. "item": "minecraft:cobbelstone"
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement