Skip to content

Commit

Permalink
karambit_shark追加
Browse files Browse the repository at this point in the history
  • Loading branch information
pino223-72 authored Nov 8, 2024
1 parent dac0183 commit 0a24c68
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/karambit_shark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/karambit_shark"
},
"display": {
"thirdperson_righthand": {
"rotation": [180, 90, 0],
"translation": [0, -4.75, -0.5],
"scale": [0.7, 0.7, 0.5]
},
"thirdperson_lefthand": {
"rotation": [180, -90, 0],
"translation": [0, -4.75, -0.5],
"scale": [0.7, 0.7, 0.5]
},
"firstperson_righthand": {
"rotation": [91, -165, 105],
"translation": [1.5, 2.25, 0],
"scale": [0.7, 0.7, 0.6]
},
"firstperson_lefthand": {
"rotation": [-90, 165, 81],
"translation": [1, 2, 0],
"scale": [0.7, 0.7, 0.6]
},
"ground": {
"rotation": [0, 0, 45],
"translation": [0, 2.5, 4.5],
"scale": [0.7, 0.7, 0.75]
},
"gui": {
"rotation": [0, 0, 22]
},
"head": {
"rotation": [0, 90, 0],
"translation": [0, 4.25, 0]
},
"fixed": {
"rotation": [180, 0, -135],
"translation": [0, 0, 0.5]
}
}
}

0 comments on commit 0a24c68

Please sign in to comment.