pickaxehead model upgraded abstracted resource and NBT code for pickaxe

This commit is contained in:
Mohammad-Ali Minaie
2017-03-14 22:25:35 -04:00
parent 6505c797a0
commit bf73763bee
6 changed files with 328 additions and 80 deletions

View File

@@ -7,16 +7,55 @@
},
"elements": [
{
"__comment": "Cube2",
"__comment": "Cube4",
"from": [ 7, 13, 4.5 ],
"to": [ 9, 14, 11.5 ],
"to": [ 9, 14, 7 ],
"faces": {
"down": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"down": { "uv": [ 7, 9, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 7 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" }
"west": { "uv": [ 4.5, 2, 7, 3 ], "texture": "#texture1" },
"east": { "uv": [ 9, 2, 11.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube4",
"from": [ 7, 13, 9 ],
"to": [ 9, 14, 11.5 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 7 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 7, 3 ], "texture": "#texture1" },
"east": { "uv": [ 9, 2, 11.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube6",
"from": [ 7, 13, 7 ],
"to": [ 7.5, 14, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 7.5, 9 ], "texture": "#texture1" },
"up": { "uv": [ 7, 7, 7.5, 9 ], "texture": "#texture1" },
"north": { "uv": [ 8.5, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 7.5, 3 ], "texture": "#texture1" },
"west": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"east": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube7",
"from": [ 8.5, 13, 7 ],
"to": [ 9, 14, 9 ],
"faces": {
"down": { "uv": [ 8.5, 7, 9, 9 ], "texture": "#texture1" },
"up": { "uv": [ 8.5, 7, 9, 9 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 7.5, 3 ], "texture": "#texture1" },
"south": { "uv": [ 8.5, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"east": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" }
}
},
{

View File

@@ -1,24 +1,11 @@
{
"__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "blocks/iron_ingot",
"particle": "items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "blocks/iron_ingot"
"texture1": "items/iron_ingot"
},
"elements": [
{
"__comment": "Cube2",
"from": [ 7, 13, 4.5 ],
"to": [ 9, 14, 11.5 ],
"faces": {
"down": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 11.5 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" },
"east": { "uv": [ 4.5, 2, 11.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube5",
"from": [ 7.5, 13, 11 ],
@@ -46,6 +33,58 @@
"west": { "uv": [ 1.5, 2.5, 5.5, 3 ], "texture": "#texture1" },
"east": { "uv": [ 10.5, 2.5, 14.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube4",
"from": [ 7, 13, 4.5 ],
"to": [ 9, 14, 7 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 7 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 7, 3 ], "texture": "#texture1" },
"east": { "uv": [ 9, 2, 11.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube4",
"from": [ 7, 13, 9 ],
"to": [ 9, 14, 11.5 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 11.5 ], "texture": "#texture1" },
"up": { "uv": [ 7, 4.5, 9, 7 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 4.5, 2, 7, 3 ], "texture": "#texture1" },
"east": { "uv": [ 9, 2, 11.5, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube6",
"from": [ 7, 13, 7 ],
"to": [ 7.5, 14, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 7.5, 9 ], "texture": "#texture1" },
"up": { "uv": [ 7, 7, 7.5, 9 ], "texture": "#texture1" },
"north": { "uv": [ 8.5, 2, 9, 3 ], "texture": "#texture1" },
"south": { "uv": [ 7, 2, 7.5, 3 ], "texture": "#texture1" },
"west": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"east": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" }
}
},
{
"__comment": "Cube7",
"from": [ 8.5, 13, 7 ],
"to": [ 9, 14, 9 ],
"faces": {
"down": { "uv": [ 8.5, 7, 9, 9 ], "texture": "#texture1" },
"up": { "uv": [ 8.5, 7, 9, 9 ], "texture": "#texture1" },
"north": { "uv": [ 7, 2, 7.5, 3 ], "texture": "#texture1" },
"south": { "uv": [ 8.5, 2, 9, 3 ], "texture": "#texture1" },
"west": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" },
"east": { "uv": [ 7, 2, 9, 3 ], "texture": "#texture1" }
}
}
],
"display": {