Advertisement
Guest User

New-JSON

a guest
Jan 18th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.59 KB | None | 0 0
  1. {
  2.     "multipart": [
  3.    
  4.         {   "when": { "ice": "0" },
  5.             "apply": { "textures": {
  6.             "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice1"
  7.              } }
  8.         },
  9.         {   "when": { "ice": "1" },
  10.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice1" } }
  11.         },
  12.         {   "when": { "ice": "2" },
  13.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice2" } }
  14.         },
  15.         {   "when": { "ice": "3" },
  16.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice3" } }
  17.         },
  18.         {   "when": { "ice": "4" },
  19.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice4" } }
  20.         },
  21.         {   "when": { "ice": "5" },
  22.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice5" } }
  23.         },
  24.         {   "when": { "ice": "6" },
  25.             "apply": { "textures": { "front": "chef:blocks/sorbet_maker/sorbet_maker_front_ice6" } }
  26.         },
  27.         //And so on...
  28.        
  29.         {   "when": { "facing": "north" },
  30.             "apply": { "model": "chef:sorbet_maker" }
  31.         },
  32.         {   "when": { "facing": "south" },
  33.             "apply": { "model": "chef:sorbet_maker", "y": 180 }
  34.         },
  35.         {   "when": { "facing": "west" },
  36.             "apply": { "model": "chef:sorbet_maker", "y": 270 }
  37.         },
  38.         {   "when": { "facing": "east" },
  39.             "apply": { "model": "chef:sorbet_maker", "y": 90 }
  40.         }
  41.     ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement