Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pino223-72 authored Oct 22, 2024
1 parent ea2dbfe commit 5730345
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/howatype20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "items/howa20"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 45],
"translation": [0, 1.25, -0.5],
"scale": [0.6, 0.6, 0.8]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -45],
"translation": [0, 1.25, -0.5],
"scale": [0.6, 0.6, 0.8]
},
"firstperson_righthand": {
"rotation": [0, -98, 45],
"translation": [-3.5, 4.5, 4.25],
"scale": [0.6, 0.6, 0.8]
},
"firstperson_lefthand": {
"rotation": [0, 82, -45],
"translation": [-3.5, 4.5, 4.25],
"scale": [0.6, 0.6, 0.8]
},
"ground": {
"rotation": [90, 0, 0],
"translation": [0, -2.5, 0],
"scale": [0.6, 0.6, 0.8]
},
"gui": {
"translation": [0.25, 0, 0]
},
"head": {
"rotation": [0, 0, 45],
"translation": [0.75, 15.75, 0]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [-0.5, 0, 0],
"scale": [1.2, 1.2, 1]
}
}
}

0 comments on commit 5730345

Please sign in to comment.