Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "type": "crafting_shaped",
  3.     "group": "clay",
  4.     "pattern": [
  5.         "#",
  6.         "X"
  7.     ],
  8.     "key": {
  9.         "#": {
  10.             "item": "minecraft:dirt"
  11.         },
  12.         "X": {
  13.             "item": "minecraft:water_bucket"
  14.         }
  15.     },
  16.     "result": {
  17.         "item": "minecraft:clay"
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement