Advertisement
Guest User

Blockstate

a guest
Jul 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.07 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults": {
  4.         "textures": {
  5.             "all": "blocks/iron_block",
  6.             "core": "blocks/iron_block"
  7.         },
  8.         "model": "mt:shaft_box"
  9.     },
  10.     "variants": {
  11.         "normal": [{}],
  12.         "inventory": [{
  13.             "transform": "forge:default-block",
  14.             "model": "mt:shaft_box",
  15.             "submodel": {
  16.                 "shaft": { "model": "mt:shaft" }
  17.             }
  18.         }],
  19.         "facing": {
  20.             "down":  { "transform": { "rotation": { "x": 90  } } },
  21.             "up":    { "transform": { "rotation": { "x": 270 } } },
  22.             "north": { "transform": { "rotation": { "y": 270  } } },
  23.             "south": { "transform": { "rotation": { "y": 90 } } },
  24.             "west":  { "transform": "identity"                   },
  25.             "east":  { "transform": { "rotation": { "y": 180 } } }
  26.         },
  27.         "static": {
  28.             "true": {
  29.                 "model": "mt:shaft_box"
  30.             },
  31.             "false": {
  32.                 "model": "mt:shaft"
  33.             }
  34.         }
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement