Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.10 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.                 "true": {
  20.                     "transform": {
  21.                         "rotation": {
  22.                             "x": 90
  23.                         }
  24.                     }
  25.                 },
  26.                 "false":{}
  27.             },
  28.             "south": {
  29.                 "true": {
  30.                     "transform": {
  31.                         "rotation": {
  32.                             "x": 180
  33.                         }
  34.                     }
  35.                 },
  36.                 "false":{}
  37.             },
  38.             "east": {
  39.                 "true": {
  40.                     "transform": {
  41.                         "rotation": {
  42.                             "x": 270
  43.                         }
  44.                     }
  45.                 },
  46.                 "false":{}
  47.             },
  48.             "west": {
  49.                 "true": {
  50.                     "transform": {
  51.                         "rotation": {
  52.                             "y": 90
  53.                         }
  54.                     }
  55.                 },
  56.                 "false":{}
  57.             },
  58.             "up": {
  59.                 "true": {
  60.                     "transform": {
  61.                         "rotation": {
  62.                             "x": 0
  63.                         }
  64.                     }
  65.                 },
  66.                 "false":{}
  67.             },
  68.             "down": {
  69.                 "true": {
  70.                     "transform": {
  71.                         "rotation": {
  72.                             "y": 180
  73.                         }
  74.                     }
  75.                 },
  76.                 "false":{}
  77.             }
  78.         }
  79.     }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement