Advertisement
Guest User

Minecraft - 3D axe, Works in 14w25b

a guest
Jun 21st, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "__comment":"Made by /u/Menawir",
  3. "textures": {
  4.     "wood": "blocks/planks_oak",
  5.     "iron": "blocks/iron_block"
  6. },
  7. "elements":[
  8.     {"type":"cube", //This is the main part of the head
  9.     "from":[7.5,15.5,2.5],
  10.     "to":[8.5,19,5],
  11.     "faces":
  12.         {"down":{"uv":[3,7,5.5,9],"texture":"#iron","cull":false},
  13.         "up":{"uv":[3,7,5.5,9],"texture":"#iron","cull":false},
  14.         "north":{"uv":[3,2,5.5,5.5],"texture":"#iron","cull":false},
  15.         "south":{"uv":[3,2,5.5,5.5],"texture":"#iron","cull":false},
  16.         "west":{"uv":[7,2,9,5.5],"texture":"#iron","cull":false},
  17.         "east":{"uv":[7,2,9,5.5],"texture":"#iron","cull":false}}},
  18.     {"type":"cube", //This is the small, long part of the head
  19.     "from":[7.5,16.5,4],
  20.     "to":[8.5,19,10],
  21.     "faces":{
  22.         "down":{"uv":[4.5,7.5,10.5,8.5],"texture":"#iron","cull":false},
  23.         "up":{"uv":[4.5,7.5,10.5,8.5],"texture":"#iron","cull":false},
  24.         "north":{"uv":[4.5,2.5,10.5,5],"texture":"#iron","cull":false},
  25.         "south":{"uv":[4.5,2.5,10.5,5],"texture":"#iron","cull":false},
  26.         "west":{"uv":[7.5,2.5,8.5,5],"texture":"#iron","cull":false},
  27.         "east":{"uv":[7.5,2.5,8.5,5],"texture":"#iron","cull":false}}},
  28.     {"type":"cube", //This is the rod
  29.     "from":[7,0,7],
  30.     "to":[9,19.5,9],
  31.     "faces":{
  32.         "down":{"uv":[7,7,9,9],"texture":"#wood","cull":false},
  33.         "up":{"uv":[7,7,9,9],"texture":"#wood","cull":false},
  34.         "north":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
  35.         "south":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
  36.         "west":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
  37.         "east":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false}}}
  38.     ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement