Guest User

Untitled

a guest
Mar 12th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "catwalks:catwalk"
  5.   },
  6.   "variants": {
  7.     "normal": [{}],
  8.     "inv_steel": [{
  9.         "textures": {
  10.             "bottom": "catwalks:blocks/catwalk/steel/bottom/base",
  11.             "side": "catwalks:blocks/catwalk/steel/side/base"
  12.         }
  13.     }],
  14.     "inv_cust": [{
  15.         "textures": {
  16.             "bottom": "catwalks:blocks/catwalk/custom/bottom/base",
  17.             "side": "catwalks:blocks/catwalk/custom/side/base"
  18.         }
  19.     }]
  20.   }
  21. }
Add Comment
Please, Sign In to add comment