Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults": {
  4.         "textures": {
  5.             "plate": "placeableitems:blocks/plate"
  6.         }
  7.     },
  8.     "variants": {
  9.         "facing": {
  10.             "d0": {"y": 0},
  11.             "d45": {"transform": {"rotation": {"y": 45}} },
  12.             "d90": {"y": 90},
  13.             "d135": {"transform": {"rotation": {"y": 135}}},
  14.             "d180": {"y": 180},
  15.             "d225": {"transform": {"rotation": {"y": 225}}},
  16.             "d270": {"y": 270},
  17.             "d315": {"transform": {"rotation": {"y": 315}}}
  18.         },
  19.         "type=raw,position=down": [{
  20.             "model": "placeableitems:fish/fish"
  21.         }],
  22.         "type=raw,position=up": [{
  23.             "model": "placeableitems:fish/fish_up"
  24.         }],
  25.         "type=cooked,position=down": [{
  26.             "model": "placeableitems:fish/fish_cooked"
  27.         }],
  28.         "type=cooked,position=up": [{
  29.             "model": "placeableitems:fish/fish_up_cooked"
  30.         }],
  31.         "plated": {
  32.             "true": { "submodel": "placeableitems:plate" },
  33.             "false": {}
  34.         }
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement