Advertisement
Superloup10

beacon.json

Dec 2nd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.08 KB | None | 0 0
  1. {   "parent": "block/block",
  2.     "ambientocclusion": false,
  3.     "textures": {
  4.         "particle": "blocks/glass",
  5.         "glass": "blocks/glass",
  6.         "obsidian": "blocks/obsidian",
  7.         "beacon": "blocks/beacon"
  8.     },
  9.     "elements": [
  10.         {   "__comment": "Glass shell",
  11.             "from": [ 0, 0, 0 ],
  12.             "to": [ 16, 16, 16 ],
  13.             "faces": {
  14.                 "down":  { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
  15.                 "up":    { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
  16.                 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
  17.                 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
  18.                 "west":  { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
  19.                 "east":  { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }
  20.             }
  21.         },
  22.         {   "__comment": "Obsidian base",
  23.             "from": [ 2, 0.1, 2 ],
  24.             "to": [ 14, 3, 14 ],
  25.             "faces": {
  26.                 "down":  { "uv": [ 2,  2, 14, 14 ], "texture": "#obsidian" },
  27.                 "up":    { "uv": [ 2,  2, 14, 14 ], "texture": "#obsidian" },
  28.                 "north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
  29.                 "south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
  30.                 "west":  { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
  31.                 "east":  { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }
  32.             }
  33.         },
  34.         {   "__comment": "Inner beacon texture",
  35.             "from": [ 3, 3, 3 ],
  36.             "to": [ 13, 14, 13 ],
  37.             "faces": {
  38.                 "down":  { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
  39.                 "up":    { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
  40.                 "north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
  41.                 "south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
  42.                 "west":  { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
  43.                 "east":  { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }
  44.             }
  45.         }
  46.     ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement