Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. {
  2.     "forge_marker": 1,
  3.     "defaults":{
  4.         "model": "gud_machine:energy_crystal.obj",
  5.         "custom": {
  6.             "flip-v": true
  7.         },
  8.         "textures":{
  9.             "#SilverLego": "minecraft:missingno"
  10.         }
  11.     },
  12.     "variants": {
  13.         "normal": [{}],
  14.         "inventory": [{
  15.             "transform": "forge:default-block"
  16.         }],
  17.         "facing":{
  18.             "north": {
  19.                 "x": 0,
  20.                 "y": 0,
  21.                 "z": 0
  22.             },
  23.             "south": {
  24.                 "x": 0,
  25.                 "y": 90,
  26.                 "z": 0
  27.             },
  28.             "east": {
  29.                 "x": 0,
  30.                 "y": 0,
  31.                 "z": 0
  32.             },
  33.             "west": {
  34.                 "x": 0,
  35.                 "y": 0,
  36.                 "z": 0
  37.             },
  38.             "up": {
  39.                 "x": 0,
  40.                 "y": 0,
  41.                 "z": 0
  42.             },
  43.             "down": {
  44.                 "transform": {
  45.                     "rotation": {
  46.                         "y": 180
  47.                     }
  48.                 }
  49.             }
  50.         }
  51.     }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement