Guest User

Untitled

a guest
Jan 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "gasmod:gas_generator_one_block",
  5. "transform": "forge:default-block"
  6. },
  7. "particle": "blocks/gas_generator_one_block",
  8. "variants": {
  9. "normal": [{}],
  10. "inventory": [{}],
  11. "facing": {
  12. "down": {"x" : 90},
  13. "up": {"x" : 270},
  14. "north": {"y" : 0},
  15. "south": {"y" : 180},
  16. "west": {"y" : 270},
  17. "east": {"y" : 90}
  18. }
  19. }
  20. }
Add Comment
Please, Sign In to add comment