Skip to content

Commit

Permalink
unobtrusive shield
Browse files Browse the repository at this point in the history
  • Loading branch information
noxhy committed Oct 1, 2024
1 parent da6477b commit 282c587
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
18 changes: 9 additions & 9 deletions assets/minecraft/models/item/shield.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"translation": [10, 6, 12]
},
"firstperson_righthand": {
"rotation": [0, 180, 5],
"translation": [-10, 2, -10],
"scale": [1.25, 1.25, 1.25]
},
"firstperson_lefthand": {
"rotation": [0, 180, 5],
"translation": [10, 0, -10],
"scale": [1.25, 1.25, 1.25]
},
"rotation": [ 0, 180, 5 ],
"translation": [ -10, -0.75, -10 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 180, 5 ],
"translation": [ 10, -2.5, -10 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"ground": {
"rotation": [-90, 0, 90],
"translation": [-6.5, 6.25, -5.5],
Expand Down
34 changes: 34 additions & 0 deletions assets/minecraft/models/item/shield_blocking.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "builtin/entity",
"gui_light": "front",
"textures": {
"particle": "block/dark_oak_planks"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 45, 135, 0 ],
"translation": [ 3.51, 11, -2 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 45, 135, 0 ],
"translation": [ 13.51, 3, 5 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 180, -5 ],
"translation": [ -15, 1.25, -11 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 180, -5 ],
"translation": [ 5, 3, -11 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"gui": {
"rotation": [ 15, -25, -5 ],
"translation": [ 2, 3, 0 ],
"scale": [ 0.65, 0.65, 0.65 ]
}
}
}

0 comments on commit 282c587

Please sign in to comment.