Advertisement
HalestormXV

Untitled

Aug 27th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "variants": {
  3. "burning=false,facing=north": { "model": "furnace" },
  4. "burning=false,facing=south": { "model": "furnace", "y": 180 },
  5. "burning=false,facing=west": { "model": "furnace", "y": 270 },
  6. "burning=false,facing=east": { "model": "furnace", "y": 90 },
  7. "burning=true,facing=north": { "model": "lit_furnace" },
  8. "burning=true,facing=south": { "model": "lit_furnace", "y": 180 },
  9. "burning=true,facing=west": { "model": "lit_furnace", "y": 270 },
  10. "burning=true,facing=east": { "model": "lit_furnace", "y": 90 }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement