Advertisement
Guest User

model

a guest
Feb 1st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. {
  2.     "parent": "block/cube",
  3.     "textures":
  4.     {
  5.         "north": "blockhole:blocks/walls/0/image_part_001",
  6.         "east": "blockhole:blocks/walls/1/image_part_001",
  7.         "south": "blockhole:blocks/walls/2/image_part_001",
  8.         "west": "blockhole:blocks/walls/3/image_part_001",
  9.         "up": "blockhole:blocks/walls/4/image_part_001",
  10.         "down": "blockhole:blocks/walls/5/image_part_001",
  11.         "particle": "blockhole:blocks/black"
  12.     },
  13.    
  14.     "elements":
  15.     [
  16.         {
  17.             "name": "Blockhole",
  18.             "from": [ 0.0, 0.0, 0.0 ],
  19.             "to": [ 16.0, 16.0, 16.0 ],
  20.             "faces": {
  21.                 "north": { "texture": "#north", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
  22.                 "east": { "texture": "#east", "uv":   [ 0.0, 0.0, 16.0, 16.0 ] },
  23.                 "south": { "texture": "#south", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
  24.                 "west": { "texture": "#west", "uv":   [ 0.0, 0.0, 16.0, 16.0 ] },
  25.                 "up": { "texture": "#up", "uv":       [ 0.0, 0.0, 16.0, 16.0 ] },
  26.                 "down": { "texture": "#down", "uv":   [ 0.0, 0.0, 16.0, 16.0 ] }
  27.             }
  28.         }
  29.     ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement