Advertisement
Guest User

Forge [1.12.2] - Rotating block BLOCKSTATE

a guest
Oct 30th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.48 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "variants": {
  4.         "facing=north": { "model": "prisonthings:red_chair1", "y": 0  },
  5.         "facing=east": { "model": "prisonthings:red_chair2", "y": 90 },
  6.         "facing=south": { "model": "prisonthings:red_chair3", "y": 180 },
  7.         "facing=west": { "model": "prisonthings:red_chair4", "y": 270 },
  8.        
  9.         "inventory": {
  10.             "model": "prisonthings:red_chair3",
  11.             "transform": "forge:default-block"
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement