Advertisement
Cyndi4U

Blockstate JSON

May 31st, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.26 KB | None | 0 0
  1. {
  2.   "variants": {
  3.     "facing=north,age=0": {
  4.         "model": "vftweaks:block/spinning_wheel"
  5.     },
  6.     "facing=north,age=1": {
  7.         "model": "vftweaks:block/spinning_wheel_state1"
  8.     },
  9.     "facing=north,age=2": {
  10.         "model": "vftweaks:block/spinning_wheel_state2"
  11.     },
  12.     "facing=east,age=0": {
  13.         "model": "vftweaks:block/spinning_wheel",
  14.         "y": 90
  15.     },
  16.     "facing=east,age=1": {
  17.         "model": "vftweaks:block/spinning_wheel_state1",
  18.         "y": 90
  19.     },
  20.     "facing=east,age=2": {
  21.         "model": "vftweaks:block/spinning_wheel_state2",
  22.         "y": 90
  23.     },
  24.     "facing=south,age=0": {
  25.         "model": "vftweaks:block/spinning_wheel",
  26.         "y": 180
  27.     },
  28.     "facing=south,age=1": {
  29.         "model": "vftweaks:block/spinning_wheel_state1",
  30.         "y": 180
  31.     },
  32.     "facing=south,age=2": {
  33.         "model": "vftweaks:block/spinning_wheel_state2",
  34.         "y": 180
  35.     },
  36.     "facing=west,age=0": {
  37.         "model": "vftweaks:block/spinning_wheel",
  38.         "y": 270
  39.     },
  40.     "facing=west,age=1": {
  41.         "model": "vftweaks:block/spinning_wheel_state1",
  42.         "y": 270
  43.     },
  44.     "facing=west,age=2": {
  45.         "model": "vftweaks:block/spinning_wheel_state2",
  46.         "y": 270
  47.     },
  48.   }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement