Advertisement
PaleoCrafter

Untitled

Apr 20th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "investiture:piston.b3d",
  5.     "textures": {
  6.       "piston": "investiture:blocks/piston"
  7.     }
  8.   },
  9.   "variants": {
  10.     "static": {
  11.       "true": {
  12.         "custom": {
  13.           "mesh": [
  14.             "PistonBase"
  15.           ]
  16.         }
  17.       },
  18.       "false": {
  19.         "custom": {
  20.           "mesh": [
  21.             "PistonExtension"
  22.           ]
  23.         }
  24.       }
  25.     },
  26.     "inventory": [
  27.       {
  28.         "transform": "forge:default-block",
  29.         "custom": {
  30.           "mesh": [
  31.             "PistonBase",
  32.             "PistonExtension"
  33.           ]
  34.         }
  35.       }
  36.     ]
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement