Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "botania:pylon.obj"
  5.   },
  6.   "variants": {
  7.     "variant": {
  8.       "mana": { "textures": { "#pylon": "botania:model/pylon" } },
  9.       "natura": { "textures": { "#pylon": "botania:model/pylon1" } },
  10.       "gaia": { "textures": { "#pylon": "botania:model/pylon2" } }
  11.     },
  12.     "inventory": [{
  13.       "transform": "forge:default-block"
  14.     }],
  15.     "inv_mana": {
  16.       "textures": { "#pylon": "botania:model/pylon" },
  17.       "transform": "forge:default-block"
  18.     },
  19.     "inv_natura": {
  20.       "textures": { "#pylon": "botania:model/pylon1" },
  21.       "transform": "forge:default-block"
  22.     },
  23.     "inv_gaia": {
  24.       "textures": { "#pylon": "botania:model/pylon2" },
  25.       "transform": "forge:default-block"
  26.     }
  27.   }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement