Advertisement
sastofficial

welcome_to_minecraft_get_wood.json

Dec 11th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca",
  3. "display": {
  4. "title": {
  5. "text": "Welcome to Minecraft!"
  6. },
  7. "description": {
  8. "text": "Welcome!"
  9. },
  10. "icon": {
  11. "item": "minecraft:oak_log"
  12. },
  13. "frame": "task",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false,
  17. "background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
  18. },
  19. "criteria": {
  20. "pickup_wood": {
  21. "trigger": "minecraft:inventory_changed",
  22. "conditions": {
  23. "items": [
  24. {
  25. "item": "minecraft:oak_log"
  26. },
  27. {
  28. "item": "minecraft:birch_log"
  29. },
  30. {
  31. "item": "minecraft:spruce_log"
  32. },
  33. {
  34. "item": "minecraft:jungle_log"
  35. },
  36. {
  37. "item": "minecraft:acacia_log"
  38. },
  39. {
  40. "item": "minecraft:dark_oak_log"
  41. }
  42. ]
  43. }
  44. }
  45. },
  46. "rewards": {
  47. "experience": 100
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement