duhadventure

Untitled

Nov 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "name": "The Nether",
  3. "icon": "minecraft:netherrack",
  4. "category": "dimensions",
  5. "advancement": "triumph:rotf/obsidian",
  6. "priority": true,
  7. "pages": [
  8. {
  9. "type": "text",
  10. "text": "The Nether is accessed once you have obtained obsidian. After that you need to gather at least 10 blocks of it and arrange it into a portal. The Nether is home to mobs that are tougher than those in the overworld, so come prepared. If you can barely survive there, wait to come here."
  11. },
  12. {
  13. "type": "multiblock",
  14. "multiblock": {
  15. "pattern": [
  16. ["_OO_"],
  17. ["O O"],
  18. ["O O"],
  19. ["O0 O"],
  20. ["_OO_"]
  21. ],
  22. "mapping": {
  23. "O": "minecraft:obsidian"
  24. },
  25. "symmetrical": true
  26. },
  27. "name": "Nether Portal",
  28. "text": "Minimum portal size."
  29. },
  30. {
  31. "type": "entity",
  32. "entity": "minecraft:wither",
  33. "name": "Wither Boss",
  34. "text": "Required kill to progress to The End."
  35. },
  36. ]
  37. }
Add Comment
Please, Sign In to add comment