Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.25 KB | None | 0 0
  1. [
  2.     {
  3.         input: {
  4.             name: "minecraft:diamond"
  5.         },
  6.         output: {
  7.             name: "minecraft:coal",
  8.             amount: 64
  9.         }
  10.     },
  11.     {
  12.         input: {
  13.             name: "minecraft:coal",
  14.             amount: 64
  15.         },
  16.         output: {
  17.             name: "minecraft:diamond"
  18.         },
  19.         time: 25600
  20.     }
  21. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement