From 72a072cc36bafc42fe2cbcfa02d6f77d90f42cd6 Mon Sep 17 00:00:00 2001 From: Regorty <76084061+Regorty@users.noreply.github.com> Date: Sun, 6 Oct 2024 03:45:11 -0400 Subject: [PATCH 1/2] Update postie_pete.json fixed rotation issue --- .../models/mobs/voting_pet/postie_pete.json | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/assets/ms/models/mobs/voting_pet/postie_pete.json b/assets/ms/models/mobs/voting_pet/postie_pete.json index 2628cf2da..a02ecb6fb 100644 --- a/assets/ms/models/mobs/voting_pet/postie_pete.json +++ b/assets/ms/models/mobs/voting_pet/postie_pete.json @@ -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"} } }, { From 731cc4cf2b4b10591d17ab8d0b91ecad9d397784 Mon Sep 17 00:00:00 2001 From: Dablakbandit Date: Thu, 10 Oct 2024 23:40:59 +1300 Subject: [PATCH 2/2] Update patreon pack on release --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbff10dd0..6da528e96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}" +