Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. {
  2. "display": {
  3. "icon": {
  4. "item": "minecraft:boat"
  5. },
  6. "title": "Boaty McBoatface",
  7. "description": "Craft a boat for sailing on the high seas"
  8. },
  9. "parent": "blazeandcave:adventure/root",
  10. "rewards": {
  11. "function": "bc_rewards:adventure/boaty_mcboatface"
  12. },
  13. "criteria": {
  14. "oak_boat": {
  15. "trigger": "minecraft:inventory_changed",
  16. "conditions": {
  17. "items": [
  18. {
  19. "item": "minecraft:boat"
  20. }
  21. ]
  22. }
  23. },
  24. "spruce_boat": {
  25. "trigger": "minecraft:inventory_changed",
  26. "conditions": {
  27. "items": [
  28. {
  29. "item": "minecraft:spruce_boat"
  30. }
  31. ]
  32. }
  33. },
  34. "birch_boat": {
  35. "trigger": "minecraft:inventory_changed",
  36. "conditions": {
  37. "items": [
  38. {
  39. "item": "minecraft:birch_boat"
  40. }
  41. ]
  42. }
  43. },
  44. "jungle_boat": {
  45. "trigger": "minecraft:inventory_changed",
  46. "conditions": {
  47. "items": [
  48. {
  49. "item": "minecraft:jungle_boat"
  50. }
  51. ]
  52. }
  53. },
  54. "acacia_boat": {
  55. "trigger": "minecraft:inventory_changed",
  56. "conditions": {
  57. "items": [
  58. {
  59. "item": "minecraft:acacia_boat"
  60. }
  61. ]
  62. }
  63. },
  64. "dark_oak_boat": {
  65. "trigger": "minecraft:inventory_changed",
  66. "conditions": {
  67. "items": [
  68. {
  69. "item": "minecraft:dark_oak_boat"
  70. }
  71. ]
  72. }
  73. }
  74. },
  75. "requirements": [
  76. [
  77. "oak_boat",
  78. "spruce_boat",
  79. "birch_boat",
  80. "jungle_boat",
  81. "acacia_boat",
  82. "dark_oak_boat"
  83. ]
  84. ]
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement