Advertisement
PaleoCrafter

Untitled

Jun 14th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "width": 5,
  3.   "length": 5,
  4.   "height": 3,
  5.   "blocks": [
  6.     {
  7.       "name": "control",
  8.       "res": [
  9.         {
  10.           "id": "tconstruct:controller"
  11.         }
  12.       ]
  13.     },
  14.     {
  15.       "name": "wall",
  16.       "res": [
  17.         {
  18.           "id": "tconstruct:wall",
  19.           "meta": 0
  20.         },
  21.         {
  22.           "id": "tconstruct:glass",
  23.           "meta": 2
  24.         }
  25.       ]
  26.     },
  27.     {
  28.       "name": "floor",
  29.       "res": [
  30.         {
  31.           "id": "tconstruct:wall",
  32.           "meta": 0
  33.         }
  34.       ]
  35.     }
  36.   ],
  37.   "layers": [
  38.     {
  39.       "required": true,
  40.       "data": [
  41.         {
  42.           "pos": [
  43.             1,
  44.             1
  45.           ],
  46.           "block": "floor"
  47.         },
  48.         {
  49.           "pos": [
  50.             2,
  51.             1
  52.           ],
  53.           "block": "floor"
  54.         },
  55.         {
  56.           "pos": [
  57.             3,
  58.             1
  59.           ],
  60.           "block": "floor"
  61.         },
  62.         {
  63.           "pos": [
  64.             1,
  65.             2
  66.           ],
  67.           "block": "floor"
  68.         }
  69.       ]
  70.     }
  71.   ]
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement