Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "__comment":"Made by /u/Menawir",
- "textures": {
- "wood": "blocks/planks_oak",
- "iron": "blocks/iron_block"
- },
- "elements":[
- {"type":"cube", //This is the main part of the head
- "from":[7.5,15.5,2.5],
- "to":[8.5,19,5],
- "faces":
- {"down":{"uv":[3,7,5.5,9],"texture":"#iron","cull":false},
- "up":{"uv":[3,7,5.5,9],"texture":"#iron","cull":false},
- "north":{"uv":[3,2,5.5,5.5],"texture":"#iron","cull":false},
- "south":{"uv":[3,2,5.5,5.5],"texture":"#iron","cull":false},
- "west":{"uv":[7,2,9,5.5],"texture":"#iron","cull":false},
- "east":{"uv":[7,2,9,5.5],"texture":"#iron","cull":false}}},
- {"type":"cube", //This is the small, long part of the head
- "from":[7.5,16.5,4],
- "to":[8.5,19,10],
- "faces":{
- "down":{"uv":[4.5,7.5,10.5,8.5],"texture":"#iron","cull":false},
- "up":{"uv":[4.5,7.5,10.5,8.5],"texture":"#iron","cull":false},
- "north":{"uv":[4.5,2.5,10.5,5],"texture":"#iron","cull":false},
- "south":{"uv":[4.5,2.5,10.5,5],"texture":"#iron","cull":false},
- "west":{"uv":[7.5,2.5,8.5,5],"texture":"#iron","cull":false},
- "east":{"uv":[7.5,2.5,8.5,5],"texture":"#iron","cull":false}}},
- {"type":"cube", //This is the rod
- "from":[7,0,7],
- "to":[9,19.5,9],
- "faces":{
- "down":{"uv":[7,7,9,9],"texture":"#wood","cull":false},
- "up":{"uv":[7,7,9,9],"texture":"#wood","cull":false},
- "north":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
- "south":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
- "west":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false},
- "east":{"uv":[7,1.5,9,16],"texture":"#wood","cull":false}}}
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement