Skip to content

Commit

Permalink
Create 06dny.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pino223-72 authored Dec 30, 2024
1 parent b883972 commit d17ceae
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/06dny.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/06dny",
"particle": "item/06dny"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 45],
"translation": [0, 0.5, 1.25],
"scale": [0.75, 0.75, 1.05]
},
"thirdperson_lefthand": {
"translation": [0, 0.5, 1.25],
"scale": [0.75, 0.75, 1.05]
},
"firstperson_righthand": {
"rotation": [0, -90, 45],
"translation": [1.75, 1.75, 2],
"scale": [0.75, 0.75, 1.05]
},
"firstperson_lefthand": {
"rotation": [0, 90, -45],
"translation": [1.75, 1.75, 2],
"scale": [0.75, 0.75, 1.05]
},
"ground": {
"rotation": [90, 0, 0],
"scale": [0.75, 0.75, 1.05]
},
"gui": {
"translation": [0.25, -0.5, 0],
"scale": [1.05, 1.05, 1]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [-0.5, -0.75, -1],
"scale": [1.5, 1.5, 2.1]
}
}
}

0 comments on commit d17ceae

Please sign in to comment.