Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-azi authored Nov 26, 2024
1 parent 4fa9294 commit 5afb499
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/m1851.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/m1851",
"layer0": "item/m1851"
},
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [0, 0.75, -4]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [0, 0.75, -4]
},
"firstperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [5, 0.75, -4]
},
"firstperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [5, 0.75, -4]
},
"ground": {
"translation": [0, 5, 0]
}
}
}

0 comments on commit 5afb499

Please sign in to comment.