Текстура кровавой летучей мыши

This commit is contained in:
Hell13Cat
2022-02-07 23:32:25 +03:00
parent 4e89129676
commit fabe3f9e2e
4 changed files with 80 additions and 1 deletions
@@ -0,0 +1,78 @@
{
"format_version": "1.8.0",
"geometry.imoo_abat": {
"texturewidth": 64,
"textureheight": 64,
"visible_bounds_width": 4,
"visible_bounds_height": 3,
"visible_bounds_offset": [0, 1.5, 0],
"bones": [
{
"name": "head",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-3, 21, -3], "size": [6, 6, 6], "uv": [0, 0]}
]
},
{
"name": "rightEar",
"parent": "head",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 26, -2], "size": [3, 4, 1], "uv": [24, 0]}
]
},
{
"name": "leftEar",
"parent": "head",
"pivot": [0, 24, 0],
"mirror": true,
"cubes": [
{"origin": [1, 26, -2], "size": [3, 4, 1], "uv": [24, 0]}
]
},
{
"name": "body",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-3, 8, -3], "size": [6, 12, 6], "uv": [0, 16]},
{"origin": [-5, -8, 0], "size": [10, 16, 1], "uv": [0, 34]}
]
},
{
"name": "rightWing",
"parent": "body",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-12, 7, 1.5], "size": [10, 16, 1], "uv": [42, 0]}
]
},
{
"name": "rightWingTip",
"parent": "rightWing",
"pivot": [-12, 23, 1.5],
"cubes": [
{"origin": [-20, 10, 1.5], "size": [8, 12, 1], "uv": [24, 16]}
]
},
{
"name": "leftWing",
"parent": "body",
"pivot": [0, 24, 0],
"mirror": true,
"cubes": [
{"origin": [2, 7, 1.5], "size": [10, 16, 1], "uv": [42, 0]}
]
},
{
"name": "leftWingTip",
"parent": "leftWing",
"pivot": [12, 23, 1.5],
"mirror": true,
"cubes": [
{"origin": [12, 10, 1.5], "size": [8, 12, 1], "uv": [24, 16]}
]
}
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+2 -1
View File
@@ -29,7 +29,8 @@
"textures": [ "textures": [
"textures/items/item/diamond_dust", "textures/items/item/diamond_dust",
"textures/items/item/fastbuilder", "textures/items/item/fastbuilder",
"textures/items/mob/imoo_egg_sfw" "textures/items/mob/imoo_egg_sfw",
"textures/items/mob/imoo_egg_abat"
] ]
} }
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B