Skip to content

Commit

Permalink
Update postie_pete.json
Browse files Browse the repository at this point in the history
fixed rotation issue
  • Loading branch information
Regorty committed Oct 6, 2024
1 parent 5f15912 commit 72a072c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions assets/ms/models/mobs/voting_pet/postie_pete.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,27 @@
}
},
{
"from": [5.44762, 0, 2.64067],
"to": [8.94762, 1, 3.14067],
"rotation": {"angle": 0.00009, "axis": "x", "origin": [6.19762, 0, 2.64067]},
"rotated": [0.00009, 67.5, 0.00014],
"from": [6.56127, 0, 0.06246],
"to": [7.06127, 1, 3.56246],
"rotation": {"angle": -22.5, "axis": "y", "origin": [6.81127, 0.5, 1.81246]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#3"},
"east": {"uv": [0, 0, 1, 1], "texture": "#3"},
"south": {"uv": [0, 0, 1, 1], "texture": "#3"},
"west": {"uv": [0, 0, 1, 1], "texture": "#3"},
"up": {"uv": [0, 0, 1, 1], "texture": "#3"},
"down": {"uv": [0, 0, 1, 1], "texture": "#3"}
"up": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#3"},
"down": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#3"}
}
},
{
"from": [7.05238, 0, 2.64067],
"to": [10.55238, 1, 3.14067],
"rotation": {"angle": 0.00009, "axis": "x", "origin": [9.80238, 0, 2.64067]},
"rotated": [0.00009, -67.5, -0.00014],
"from": [8.93873, 0, 0.06246],
"to": [9.43873, 1, 3.56246],
"rotation": {"angle": 22.5, "axis": "y", "origin": [9.18873, 0.5, 1.81246]},
"faces": {
"north": {"uv": [1, 0, 0, 1], "texture": "#3"},
"east": {"uv": [1, 0, 0, 1], "texture": "#3"},
"south": {"uv": [1, 0, 0, 1], "texture": "#3"},
"up": {"uv": [1, 0, 0, 1], "texture": "#3"},
"down": {"uv": [1, 0, 0, 1], "texture": "#3"}
"west": {"uv": [1, 0, 0, 1], "texture": "#3"},
"up": {"uv": [1, 0, 0, 1], "rotation": 90, "texture": "#3"},
"down": {"uv": [1, 0, 0, 1], "rotation": 270, "texture": "#3"}
}
},
{
Expand Down

0 comments on commit 72a072c

Please sign in to comment.