Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "type": "forge:ore_shaped",
  3.  
  4. "pattern":
  5. [
  6. "DBD",
  7. "DWD"
  8. ],
  9. "key":
  10. {
  11. "D":
  12. {
  13. "type": "forge:ore_dict",
  14. "ore": "dustWood", "pulpWood"
  15.  
  16. },
  17. "B":
  18. {
  19. "item": "minecraft:dye",
  20. "data": 15
  21. },
  22. "W":
  23. {
  24. "item": "minecraft:water_bucket"
  25. }
  26. },
  27. "result":
  28. {
  29. "item": "dd:board_pane",
  30. "count": 2
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement