Skip to content

Commit

Permalink
CMD224まで追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky1324 authored Oct 23, 2024
1 parent 07ae4da commit 9f08913
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/swordcutlass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"1": "item/swordcutlass",
"particle": "item/swordcutlass"
},
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [-0.5, 0, -0.75],
"scale": [0.6, 0.6, 0.5]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [-0.5, 0, -0.75],
"scale": [0.6, 0.6, 0.5]
},
"firstperson_righthand": {
"rotation": [176.5, -75, -140],
"translation": [5, 2, -2.5],
"scale": [0.9, 0.9, 0.9]
},
"firstperson_lefthand": {
"rotation": [-47, 80, 5],
"translation": [4.25, 2, -2.5],
"scale": [0.9, 0.9, 0.9]
},
"ground": {
"rotation": [-90, 0, 45],
"translation": [0, -1.75, 0],
"scale": [0.8, 0.8, 0.8]
},
"head": {
"rotation": [-135, -90, 0],
"translation": [-6.75, -26, 1.5],
"scale": [0.8, 0.8, 0.8]
},
"fixed": {
"rotation": [-180, 0, -180],
"scale": [1.2, 1.2, 1.1]
}
}
}

0 comments on commit 9f08913

Please sign in to comment.