Skip to content

Commit

Permalink
CMD271まで追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky1324 authored Nov 16, 2024
1 parent c64c095 commit 767bcb8
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/zenohunter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/zenohunter"
},
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, -45],
"translation": [-0.75, 1.75, 1.25],
"scale": [0.6, 0.6, 0.45]
},
"thirdperson_lefthand": {
"rotation": [0, 90, 45],
"translation": [-0.75, 1.75, 1.25],
"scale": [0.6, 0.6, 0.45]
},
"firstperson_righthand": {
"rotation": [97.87, -59.2, 91.14],
"translation": [1.75, 2.75, 0],
"scale": [0.8, 0.8, 0.4]
},
"firstperson_lefthand": {
"rotation": [-89.22, 54.43, 101.08],
"translation": [1.75, 2.75, 0],
"scale": [0.8, 0.8, 0.4]
},
"ground": {
"rotation": [-90, 0, -101],
"translation": [0, -2.5, 0],
"scale": [0.7, 0.7, 0.5]
},
"gui": {
"translation": [-0.75, 0, 0]
},
"head": {
"rotation": [90, 0, 46],
"translation": [-4.25, -4, -7.25],
"scale": [0.8, 0.8, 0.4]
},
"fixed": {
"rotation": [-180, 0, -180],
"scale": [1.2, 1.2, 1.2]
}
}
}

0 comments on commit 767bcb8

Please sign in to comment.