Skip to content

Commit

Permalink
added zombie textures
Browse files Browse the repository at this point in the history
  • Loading branch information
Plueres committed Sep 18, 2022
1 parent 53215cd commit 9e21de7
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 1 deletion.
2 changes: 1 addition & 1 deletion entity/pillager.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"default": "pillager"
},
"textures": {
"default": "textures/entity/pillager/pillager",
"default": "textures/entity/pillager",
"captain": "textures/entity/pillager/captain"
},
"geometry": {
Expand Down
127 changes: 127 additions & 0 deletions models/entity/zombie.geo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"format_version": "1.8.0",
"geometry.zombie.v1.8": {
"texturewidth": 64,
"textureheight": 64,
"visible_bounds_width": 3,
"visible_bounds_height": 3,
"visible_bounds_offset": [0, 1.5, 0],
"bones": [
{
"name": "waist",
"pivot": [0, 12, 0]
},
{
"name": "body",
"parent": "waist",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 16]}
]
},
{
"name": "bodyOverlay",
"parent": "body",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 32], "inflate": 0.2}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [0, 0]}
]
},
{
"name": "hat",
"parent": "head",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [32, 0], "inflate": 0.5}
]
},
{
"name": "headOverlay",
"parent": "head",
"pivot": [0, 24, 0],
"cubes": [
{"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [32, 0], "inflate": 0.2}
]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [-5, 22, 0],
"cubes": [
{"origin": [-8, 12, -2], "size": [4, 12, 4], "uv": [40, 16]}
]
},
{
"name": "rightItem",
"parent": "rightArm",
"pivot": [-6, 15, 1]
},
{
"name": "rightArmOverlay",
"parent": "rightArm",
"pivot": [-5, 22, 0],
"cubes": [
{"origin": [-8, 12, -2], "size": [4, 12, 4], "uv": [40, 32], "inflate": 0.2}
]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [5, 22, 0],
"mirror": true,
"cubes": [
{"origin": [4, 12, -2], "size": [4, 12, 4], "uv": [32, 48]}
]
},
{
"name": "leftArmOverlay",
"parent": "leftArm",
"pivot": [5, 22, 0],
"cubes": [
{"origin": [4, 12, -2], "size": [4, 12, 4], "uv": [48, 48], "inflate": 0.2, "mirror": true}
]
},
{
"name": "rightLeg",
"parent": "body",
"pivot": [-1.9, 12, 0],
"cubes": [
{"origin": [-3.9, 0, -2], "size": [4, 12, 4], "uv": [0, 16]}
]
},
{
"name": "rightLegOverlay",
"parent": "rightLeg",
"pivot": [-1.9, 12, 0],
"cubes": [
{"origin": [-3.9, 0, -2], "size": [4, 12, 4], "uv": [0, 32], "inflate": 0.2}
]
},
{
"name": "leftLeg",
"parent": "body",
"pivot": [1.9, 12, 0],
"mirror": true,
"cubes": [
{"origin": [-0.1, 0, -2], "size": [4, 12, 4], "uv": [16, 48]}
]
},
{
"name": "leftLegOverlay",
"parent": "leftLeg",
"pivot": [1.9, 12, 0],
"cubes": [
{"origin": [-0.1, 0, -2], "size": [4, 12, 4], "uv": [0, 48], "inflate": 0.2, "mirror": true}
]
}
]
}
}
Binary file modified textures/entity/zombie/drowning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/entity/zombie/frozen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/entity/zombie/zombie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/ui/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e21de7

Please sign in to comment.