Advertisement
Guest User

[Minigame] Staircase Parkour by Trg601

a guest
Jul 20th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.67 KB | None | 0 0
  1. {
  2.  
  3.    "Schematics": {
  4.  
  5.        "trg_staircaseSchematic": [
  6.  
  7.            {"type":"Planks", "x":0, "y":0, "z":0},
  8.  
  9.            {"type":"Planks", "x":1, "y":0, "z":0},
  10.  
  11.            {"type":"Planks", "x":0, "y":1, "z":1},
  12.  
  13.            {"type":"Planks", "x":1, "y":1, "z":1},
  14.  
  15.            {"type":"Planks", "x":0, "y":2, "z":2},
  16.  
  17.            {"type":"Planks", "x":1, "y":2, "z":2},
  18.  
  19.            {"type":"Planks", "x":0, "y":3, "z":3},
  20.  
  21.            {"type":"Planks", "x":1, "y":3, "z":3},
  22.  
  23.            {"type":"Planks", "x":0, "y":4, "z":4},
  24.  
  25.            {"type":"Planks", "x":1, "y":4, "z":4},
  26.  
  27.            {"type":"Planks", "x":0, "y":5, "z":5},
  28.  
  29.            {"type":"Planks", "x":1, "y":5, "z":5},
  30.  
  31.            {"type":"Planks", "x":0, "y":6, "z":6},
  32.  
  33.            {"type":"Planks", "x":1, "y":6, "z":6},
  34.  
  35.            {"type":"Planks", "x":0, "y":7, "z":7},
  36.  
  37.            {"type":"Planks", "x":1, "y":7, "z":7},
  38.  
  39.            {"type":"Planks", "x":0, "y":8, "z":8},
  40.  
  41.            {"type":"Planks", "x":1, "y":8, "z":8},
  42.  
  43.            {"type":"Planks", "x":0, "y":9, "z":9},
  44.  
  45.            {"type":"Planks", "x":1, "y":9, "z":9},
  46.  
  47.            {"type":"Planks", "x":0, "y":10, "z":10},
  48.  
  49.            {"type":"Planks", "x":1, "y":10, "z":10},
  50.  
  51.            {"type":"Planks", "x":0, "y":11, "z":11},
  52.  
  53.            {"type":"Planks", "x":1, "y":11, "z":11},
  54.  
  55.            {"type":"Planks", "x":0, "y":12, "z":12},
  56.  
  57.            {"type":"Planks", "x":1, "y":12, "z":12},
  58.  
  59.            {"type":"Planks", "x":0, "y":13, "z":13},
  60.  
  61.            {"type":"Planks", "x":1, "y":13, "z":13},
  62.  
  63.            {"type":"Planks", "x":0, "y":14, "z":14},
  64.  
  65.            {"type":"Planks", "x":1, "y":14, "z":14},
  66.  
  67.            {"type":"Planks", "x":0, "y":15, "z":15},
  68.  
  69.            {"type":"Planks", "x":1, "y":15, "z":15},
  70.  
  71.            {"type":"Planks", "x":0, "y":16, "z":16},
  72.  
  73.            {"type":"Planks", "x":1, "y":16, "z":16},
  74.  
  75.            {"type":"Planks", "x":0, "y":17, "z":17},
  76.  
  77.            {"type":"Planks", "x":1, "y":17, "z":17},
  78.  
  79.            {"type":"Planks", "x":0, "y":18, "z":18},
  80.  
  81.            {"type":"Planks", "x":1, "y":18, "z":18},
  82.  
  83.            {"type":"Planks", "x":0, "y":19, "z":19},
  84.  
  85.            {"type":"Planks", "x":1, "y":19, "z":19},
  86.  
  87.            {"type":"Planks", "x":0, "y":20, "z":20},
  88.  
  89.            {"type":"Planks", "x":1, "y":20, "z":20},
  90.  
  91.            {"type":"Planks", "x":0, "y":21, "z":21},
  92.  
  93.            {"type":"Planks", "x":1, "y":21, "z":21},
  94.  
  95.            {"type":"Planks", "x":0, "y":22, "z":22},
  96.  
  97.            {"type":"Planks", "x":1, "y":22, "z":22},
  98.  
  99.            {"type":"Planks", "x":0, "y":23, "z":22},
  100.  
  101.            {"type":"Planks", "x":1, "y":23, "z":22},
  102.  
  103.        ],
  104.    }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement