Skip to content

Commit 65510f6

Browse files
v2.5.2 (#127)
Signed-off-by: Illyrius <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83d6540 commit 65510f6

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- id: packsquash
3939
name: Create Zip & Optimize with Packsquash
40-
uses: ComunidadAylas/PackSquash-action@8b185e4432f907fb43a1fee4ed90788edab9c599
40+
uses: ComunidadAylas/PackSquash-action@02b01307cac41fc9a4c92df3b03bca802625d7d1
4141
with:
4242
packsquash_version: latest-unstable
4343
options: |
@@ -50,7 +50,7 @@ jobs:
5050

5151
- id: create_release
5252
name: Create Release
53-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
53+
uses: softprops/action-gh-release@5434409c2b6457c050f109d68b2547fcbf1db07b
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
with:

irp/assets/minecraft/models/item/shield.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,5 @@
22
"gui_light": "front",
33
"textures": {
44
"particle": "block/dark_oak_planks"
5-
},
6-
"display": {
7-
"thirdperson_righthand": {
8-
"rotation": [ 0, 90, 0 ],
9-
"translation": [ 10, 6, -4 ],
10-
"scale": [ 1, 1, 1 ]
11-
},
12-
"thirdperson_lefthand": {
13-
"rotation": [ 0, 90, 0 ],
14-
"translation": [ 10, 6, 12 ],
15-
"scale": [ 1, 1, 1 ]
16-
},
17-
"firstperson_righthand": {
18-
"rotation": [15, 95, -65],
19-
"translation": [14, -9.5, -10.5],
20-
"scale": [1.25, 1.25, 1.25]
21-
},
22-
"firstperson_lefthand": {
23-
"rotation": [15, 95, -65],
24-
"translation": [14, 6, 2.75],
25-
"scale": [1.25, 1.25, 1.25]
26-
}
275
}
286
}

0 commit comments

Comments
 (0)