Advertisement
toxix_man

Untitled

May 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. {
  2. "awaitOutcome": "starredIsLastTouched",
  3. "gameplayOptions": {
  4. "lastBlock": [5, 1, 4]
  5. },
  6. "entry": [5, 1, 4],
  7. "name": "Your Race",
  8. "instructions": "Race yourself. Touch the starred block last.",
  9. "blockPropertyOverrides": [{
  10. "blockPositions": [
  11. [6, 1, 4],
  12. [6, 1, 8],
  13. [7, 1, 4],
  14. [7, 1, 5],
  15. [7, 1, 6],
  16. [7, 1, 7],
  17. [7, 1, 8],
  18. [5, 1, 5],
  19. [5, 1, 6],
  20. [5, 1, 7],
  21. [5, 1, 8]
  22. ],
  23. "overrides": {
  24. "BrickColor": "Brick yellow"
  25. }
  26. }, {
  27. "blockPositions": [
  28. [5, 1, 4]
  29. ],
  30. "overrides": {
  31. "BrickColor": "Cashmere"
  32. }
  33. }
  34. ],
  35. "gameModes": ["multiStepBlocks"],
  36. "map": [
  37. [
  38. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  39. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  40. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  41. [0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0],
  42. [0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0],
  43. [0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0],
  44. [0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0],
  45. [0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0],
  46. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  47. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  48. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  49. ]
  50. ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement