Advertisement
DLP

Porper JSON format for Minecraft

DLP
Sep 15th, 2014
3,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
J 1.05 KB | None | 0 0
  1. {
  2.     "__createdwith": "opl's Model Creator",
  3.     "ambientocclusion": true,
  4.     "textures": {
  5.         "particle": "blocks/sea_lantern",
  6.         "all": "blocks/sea_lantern"
  7.     },
  8.     "elements": [
  9.         {
  10.             "from": [1,1,1],
  11.             "to": [15,15,15],
  12.             "faces": {
  13.                 "up": {
  14.                     "texture": "#all",
  15.                     "cullface": up
  16.                 },
  17.                 "down": {
  18.                     "texture": "#all",
  19.                     "cullface": down
  20.                 },
  21.                 "west": {
  22.                     "texture": "#all",
  23.                     "cullface": west
  24.                 },
  25.                 "east": {
  26.                     "texture": "#all",
  27.                     "cullface": east
  28.                 },
  29.                 "north": {
  30.                     "texture": "#all",
  31.                     "cullface": north
  32.                 },
  33.                 "south": {
  34.                     "texture": "#all",
  35.                     "cullface": south
  36.                 }
  37.             }
  38.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement