Brickmotion

Door Example Blockstates

Dec 27th, 2021 (edited)
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.04 KB | None | 0 0
  1. {
  2.   "variants": {
  3.     "facing=east,half=lower,hinge=left,open=false": {
  4.       "model": "tutorial:block/lemon_door_bottom"
  5.     },
  6.     "facing=east,half=lower,hinge=left,open=true": {
  7.       "model": "tutorial:block/lemon_door_bottom_hinge",
  8.       "y": 90
  9.     },
  10.     "facing=east,half=lower,hinge=right,open=false": {
  11.       "model": "tutorial:block/lemon_door_bottom_hinge"
  12.     },
  13.     "facing=east,half=lower,hinge=right,open=true": {
  14.       "model": "tutorial:block/lemon_door_bottom",
  15.       "y": 270
  16.     },
  17.     "facing=east,half=upper,hinge=left,open=false": {
  18.       "model": "tutorial:block/lemon_door_top"
  19.     },
  20.     "facing=east,half=upper,hinge=left,open=true": {
  21.       "model": "tutorial:block/lemon_door_top_hinge",
  22.       "y": 90
  23.     },
  24.     "facing=east,half=upper,hinge=right,open=false": {
  25.       "model": "tutorial:block/lemon_door_top_hinge"
  26.     },
  27.     "facing=east,half=upper,hinge=right,open=true": {
  28.       "model": "tutorial:block/lemon_door_top",
  29.       "y": 270
  30.     },
  31.     "facing=north,half=lower,hinge=left,open=false": {
  32.       "model": "tutorial:block/lemon_door_bottom",
  33.       "y": 270
  34.     },
  35.     "facing=north,half=lower,hinge=left,open=true": {
  36.       "model": "tutorial:block/lemon_door_bottom_hinge"
  37.     },
  38.     "facing=north,half=lower,hinge=right,open=false": {
  39.       "model": "tutorial:block/lemon_door_bottom_hinge",
  40.       "y": 270
  41.     },
  42.     "facing=north,half=lower,hinge=right,open=true": {
  43.       "model": "tutorial:block/lemon_door_bottom",
  44.       "y": 180
  45.     },
  46.     "facing=north,half=upper,hinge=left,open=false": {
  47.       "model": "tutorial:block/lemon_door_top",
  48.       "y": 270
  49.     },
  50.     "facing=north,half=upper,hinge=left,open=true": {
  51.       "model": "tutorial:block/lemon_door_top_hinge"
  52.     },
  53.     "facing=north,half=upper,hinge=right,open=false": {
  54.       "model": "tutorial:block/lemon_door_top_hinge",
  55.       "y": 270
  56.     },
  57.     "facing=north,half=upper,hinge=right,open=true": {
  58.       "model": "tutorial:block/lemon_door_top",
  59.       "y": 180
  60.     },
  61.     "facing=south,half=lower,hinge=left,open=false": {
  62.       "model": "tutorial:block/lemon_door_bottom",
  63.       "y": 90
  64.     },
  65.     "facing=south,half=lower,hinge=left,open=true": {
  66.       "model": "tutorial:block/lemon_door_bottom_hinge",
  67.       "y": 180
  68.     },
  69.     "facing=south,half=lower,hinge=right,open=false": {
  70.       "model": "tutorial:block/lemon_door_bottom_hinge",
  71.       "y": 90
  72.     },
  73.     "facing=south,half=lower,hinge=right,open=true": {
  74.       "model": "tutorial:block/lemon_door_bottom"
  75.     },
  76.     "facing=south,half=upper,hinge=left,open=false": {
  77.       "model": "tutorial:block/lemon_door_top",
  78.       "y": 90
  79.     },
  80.     "facing=south,half=upper,hinge=left,open=true": {
  81.       "model": "tutorial:block/lemon_door_top_hinge",
  82.       "y": 180
  83.     },
  84.     "facing=south,half=upper,hinge=right,open=false": {
  85.       "model": "tutorial:block/lemon_door_top_hinge",
  86.       "y": 90
  87.     },
  88.     "facing=south,half=upper,hinge=right,open=true": {
  89.       "model": "tutorial:block/lemon_door_top"
  90.     },
  91.     "facing=west,half=lower,hinge=left,open=false": {
  92.       "model": "tutorial:block/lemon_door_bottom",
  93.       "y": 180
  94.     },
  95.     "facing=west,half=lower,hinge=left,open=true": {
  96.       "model": "tutorial:block/lemon_door_bottom_hinge",
  97.       "y": 270
  98.     },
  99.     "facing=west,half=lower,hinge=right,open=false": {
  100.       "model": "tutorial:block/lemon_door_bottom_hinge",
  101.       "y": 180
  102.     },
  103.     "facing=west,half=lower,hinge=right,open=true": {
  104.       "model": "tutorial:block/lemon_door_bottom",
  105.       "y": 90
  106.     },
  107.     "facing=west,half=upper,hinge=left,open=false": {
  108.       "model": "tutorial:block/lemon_door_top",
  109.       "y": 180
  110.     },
  111.     "facing=west,half=upper,hinge=left,open=true": {
  112.       "model": "tutorial:block/lemon_door_top_hinge",
  113.       "y": 270
  114.     },
  115.     "facing=west,half=upper,hinge=right,open=false": {
  116.       "model": "tutorial:block/lemon_door_top_hinge",
  117.       "y": 180
  118.     },
  119.     "facing=west,half=upper,hinge=right,open=true": {
  120.       "model": "tutorial:block/lemon_door_top",
  121.       "y": 90
  122.     }
  123.   }
  124. }
Add Comment
Please, Sign In to add comment