Skip to content

Commit

Permalink
Create atlascomet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pino223-72 authored Oct 25, 2024
1 parent 95b5679 commit 6e7ceb2
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/atlascomet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/atlascomet",
"particle": "item/atlascomet"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 45],
"translation": [0, 0.5, -2],
"scale": [1.2, 1.2, 1.2]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -45],
"translation": [0, 0.5, -2],
"scale": [1.2, 1.2, 1.2]
},
"firstperson_righthand": {
"rotation": [0, -100, 45],
"translation": [19, -9, -17.5],
"scale": [2.4, 2.4, 2.4]
},
"firstperson_lefthand": {
"rotation": [0, 80, -45],
"translation": [19, -9, -17.5],
"scale": [2.4, 2.4, 2.4]
},
"ground": {
"rotation": [90, 0, 0],
"scale": [1.2, 1.2, 1.2]
},
"head": {
"rotation": [0, 0, 108],
"translation": [0.25, -21, 4.5],
"scale": [1.7, 1.7, 1.7]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [0, 0, -1.25],
"scale": [2.4, 2.4, 2.4]
}
}
}

0 comments on commit 6e7ceb2

Please sign in to comment.