Advertisement
Guest User

Example.json

a guest
Jan 9th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "examplemod:example_block",
  5.     "textures": {
  6.       "front": "examplemod:blocks/statetexture_off"
  7.     }
  8.   },
  9.   "variants": {
  10.     "normal": [{}],
  11.     "inventory": [{}],
  12.     "facing": {
  13.       "north": {},
  14.       "south": {"y": 180},
  15.       "west": {"y": 270},
  16.       "east": {"y": 90},
  17.       "up": {"x": -90},
  18.       "down": {"x": 90}
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement