Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dablakbandit committed Oct 10, 2024
2 parents d4bbd03 + 731cc4c commit a82edbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ jobs:
artifacts: "patreon.zip,patreon_low.zip,dev.zip,20.zip,20_low.zip,run/noted.txt"
tag: "patreon"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Update pack on server
run: curl -X GET "${{ secrets.UPDATE_URL }}"

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 a82edbd

Please sign in to comment.