Skip to content

Commit

Permalink
update pig model
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Jan 8, 2025
1 parent 24d4c04 commit 14bb480
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions builtin/mobheads/models/item/pig.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"credit": "Made with Blockbench",
"parent": "mobheads:item/base/head_display",
"texture_size": [64, 32],
"texture_size": [64, 64],
"textures": {
"texture": "minecraft:entity/pig/pig"
"texture": "entity/pig/pig"
},
"elements": [
{
"from": [4, 4, 4],
"to": [12, 12, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [4, 4, 4]},
"faces": {
"north": {"uv": [2, 4, 4, 8], "texture": "#texture"},
"east": {"uv": [0, 4, 2, 8], "texture": "#texture"},
"south": {"uv": [6, 4, 8, 8], "texture": "#texture"},
"west": {"uv": [4, 4, 6, 8], "texture": "#texture"},
"up": {"uv": [2, 0, 4, 4], "rotation": 180, "texture": "#texture"},
"down": {"uv": [4, 0, 6, 4], "texture": "#texture"}
"north": {"uv": [2, 2, 4, 4], "texture": "#texture"},
"east": {"uv": [0, 2, 2, 4], "texture": "#texture"},
"south": {"uv": [6, 2, 8, 4], "texture": "#texture"},
"west": {"uv": [4, 2, 6, 4], "texture": "#texture"},
"up": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#texture"},
"down": {"uv": [4, 0, 6, 2], "texture": "#texture"}
}
},
{
"from": [6, 5, 3],
"to": [10, 8, 4],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 3]},
"faces": {
"north": {"uv": [4.25, 8.5, 5.25, 10], "texture": "#texture"},
"east": {"uv": [4, 8.5, 4.25, 10], "texture": "#texture"},
"west": {"uv": [5.25, 8.5, 5.5, 10], "texture": "#texture"},
"up": {"uv": [4.25, 8, 5.25, 8.5], "rotation": 180, "texture": "#texture"},
"down": {"uv": [5.25, 8, 6.25, 8.5], "texture": "#texture"}
"north": {"uv": [4.25, 4.25, 5.25, 5], "texture": "#texture"},
"east": {"uv": [4, 4.25, 4.25, 5], "texture": "#texture"},
"west": {"uv": [5.25, 4.25, 5.5, 5], "texture": "#texture"},
"up": {"uv": [4.25, 4, 5.25, 4.25], "rotation": 180, "texture": "#texture"},
"down": {"uv": [5.25, 4, 6.25, 4.25], "texture": "#texture"}
}
}
]
Expand Down

0 comments on commit 14bb480

Please sign in to comment.