Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi-azi authored Dec 5, 2024
1 parent 78d545a commit 7177c93
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 0 deletions.
43 changes: 43 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/ahatoahato_golden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/ahatoahato_golden",
"layer0": "item/ahatoahato_golden"
},
"display": {
"thirdperson_righthand": {
"rotation": [-41, -90, 0],
"translation": [-0.75, 4.25, 5.5],
"scale": [3, 3, 3]
},
"thirdperson_lefthand": {
"rotation": [-41, 90, 0],
"translation": [-0.75, 4.25, 5.5],
"scale": [3, 3, 3]
},
"firstperson_righthand": {
"rotation": [161.11, -81.93, -159.45],
"translation": [12.75, -0.5, -23.75],
"scale": [3, 3, 3]
},
"firstperson_lefthand": {
"rotation": [-163.47, 80.08, 126.69],
"translation": [12.75, -1.5, -22.5],
"scale": [3, 3, 3]
},
"ground": {
"translation": [0, 5, 0]
},
"head": {
"rotation": [-45, -90, 0],
"translation": [0, 10, -2],
"scale": [4, 4, 4]
},
"fixed": {
"rotation": [-45, 90, 0],
"translation": [0, 13.25, -14.75],
"scale": [4, 4, 4]
}
}
}
32 changes: 32 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/crate_blue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/crate_blue",
"layer0": "item/crate_blue"
},
"display": {
"thirdperson_righthand": {
"rotation": [45, -90, 0],
"translation": [0, -1, -6],
"scale": [1.5, 1.5, 1.5]
},
"thirdperson_lefthand": {
"rotation": [45, 90, 0],
"translation": [0, -1, -6],
"scale": [1.5, 1.5, 1.5]
},
"firstperson_righthand": {
"rotation": [-45, -90, 0]
},
"firstperson_lefthand": {
"rotation": [-45, 90, 0]
},
"ground": {
"translation": [0, 5, 0]
},
"fixed": {
"scale": [2, 2, 2]
}
}
}
35 changes: 35 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/konpaundo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/konpaundo",
"layer0": "item/konpaundo"
},
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [0, 0.5, 3.25],
"scale": [1.5, 1.5, 1]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [0, 0.5, 3.25],
"scale": [1.5, 1.5, 1]
},
"firstperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [-2.75, 7.75, 3]
},
"firstperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [-2.75, 7.75, 3]
},
"ground": {
"translation": [0, 5, 0]
},
"head": {
"translation": [0, -13.75, 7.5],
"scale": [2, 2, 1.5]
}
}
}
36 changes: 36 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/m202_golden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/m202_golden",
"layer0": "item/m202_golden"
},
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [0, 4, 8],
"scale": [2.5, 2.5, 2.5]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [0, 4, 8],
"scale": [2.5, 2.5, 2.5]
},
"firstperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [3, 4, 2],
"scale": [2, 2, 2]
},
"firstperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [3, 4, 2],
"scale": [2, 2, 2]
},
"ground": {
"translation": [0, 5, 0]
},
"fixed": {
"scale": [2, 2, 2]
}
}
}
29 changes: 29 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/suihei2ren_golden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/suihei2ren_golden",
"layer0": "item/suihei2ren_golden"
},
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [0, 1, -2]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [0, 1, -2]
},
"firstperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [2, 3, 0]
},
"firstperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [2, 3, 0]
},
"ground": {
"translation": [0, 5, 0]
}
}
}

0 comments on commit 7177c93

Please sign in to comment.