Brickmotion

Button Example Blockstates

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