Advertisement
Guest User

layered.JSON

a guest
Aug 4th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.02 KB | None | 0 0
  1. {
  2.   "parent": "block/block",
  3.   "elements": [
  4.     {   "from": [ 0, 0, 0 ],
  5.       "to": [ 16, 16, 16 ],
  6.       "faces": {
  7.         "down":  { "texture": "#t1", "cullface": "down" },
  8.         "up":    { "texture": "#t1", "cullface": "up" },
  9.         "north": { "texture": "#t1", "cullface": "north" },
  10.         "south": { "texture": "#t1", "cullface": "south" },
  11.         "west":  { "texture": "#t1", "cullface": "west" },
  12.         "east":  { "texture": "#t1", "cullface": "east" }
  13.       }
  14.     },
  15.     {   "from": [ 0, 0, 0 ],
  16.       "to": [ 16, 16, 16 ],
  17.       "faces": {
  18.         "down":  { "texture": "#t2", "cullface": "down" },
  19.         "up":    { "texture": "#t2", "cullface": "up" },
  20.         "north": { "texture": "#t2", "cullface": "north" },
  21.         "south": { "texture": "#t2", "cullface": "south" },
  22.         "west":  { "texture": "#t2", "cullface": "west" },
  23.         "east":  { "texture": "#t2", "cullface": "east" }
  24.       }
  25.     }
  26.   ],
  27.   "textures": {
  28.     "particle": "#base",
  29.     "t1": "#base",
  30.     "t2": "#ore"
  31.   }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement