Advertisement
badhaloninja

blank.json

May 31st, 2020
1,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 KB | None | 0 0
  1. {
  2.     "parent": "block/cube_all",
  3.     "textures": {
  4.         "all": "item/displays/blank"
  5.     },
  6.     "elements": [
  7.         {
  8.             "from": [0, 0, 0],
  9.             "to": [16, 16, 16],
  10.             "faces": {
  11.                 "north": {"uv": [0, 0, 16, 16], "texture": "#all"},
  12.                 "east": {"uv": [0, 0, 16, 16], "texture": "#all"},
  13.                 "south": {"uv": [0, 0, 16, 16], "texture": "#all"},
  14.                 "west": {"uv": [0, 0, 16, 16], "texture": "#all"},
  15.                 "up": {"uv": [0, 0, 16, 16], "texture": "#all"},
  16.                 "down": {"uv": [0, 0, 16, 16], "texture": "#all"}
  17.             }
  18.         }
  19.     ],
  20.     "display": {
  21.         "head": {
  22.             "translation": [0, -30.42555, 0],
  23.             "scale": [1.6, 1.6, 1.6]
  24.         }
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement