Guest User

Untitled

a guest
Jul 4th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [
  2. {
  3. type:"wb:shapeless",
  4. input:["dirt"],
  5. output:"diamond"
  6. },
  7. {
  8. type:"wb:shapeless",
  9. input:["diamond"],
  10. output:"dirt"
  11. },
  12. {
  13. type:"wb:shaped",
  14. shape:["XXX", "0S0", "0S0"],
  15. input:{X:"obsidian", S:"stick"},
  16. output:{
  17. item:"diamond_pickaxe",
  18. nbt:{
  19. display:{Name:"§rObsidian Pickaxe"},
  20. Unbreakable:true,
  21. HideFlags:63
  22. }
  23. }
  24. },
  25. {
  26. type:"furnace",
  27. input:"redstone_block",
  28. output:{item:"dirt", count:2}
  29. },
  30. {
  31. type:"wb:shaped",
  32. shape:["XYX", “YYY”, “XYX”],
  33. input:{X:”blockStone”, Y:”gemDiamond”},
  34. output:{item:”oreDiamond”, count:2}
  35. },
  36. {
  37. type:"wb:shaped",
  38. shape:["0XS", "X0S", "0XS"],
  39. input:{X:"obsidian", S:"string"},
  40. output:{
  41. item:"bow",
  42. nbt:{
  43. ench:[
  44. {id:48, lvl:7},
  45. {id:49, lvl:2},
  46. {id:51, lvl:1}
  47. ],
  48. display:{Name:"§rObsidian Bow"},
  49. Unbreakable:true,
  50. HideFlags:63
  51. }
  52. }
  53. }
  54. ]
Advertisement
Add Comment
Please, Sign In to add comment