Skip to content

Commit

Permalink
CMD259
Browse files Browse the repository at this point in the history
  • Loading branch information
aburaagetarou committed Nov 4, 2024
1 parent 65bf984 commit da3b9de
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
{"predicate": {"custom_model_data": 256}, "model":"item/weapons/railgunblackmarket"},
{"predicate": {"custom_model_data": 257}, "model":"item/weapons/p90clock"},
{"predicate": {"custom_model_data": 258}, "model":"item/weapons/nc_sorcerers_rod_sigunala"},
{"predicate": {"custom_model_data": 259}, "model":"item/weapons/achiachi_oden"},

{"predicate": {"custom_model_data": 10000}, "model":"please_put_weapon_assets_to_above_of_this_row"},
{"predicate": {"custom_model_data": 20501}, "model":"item/weapons/hurtfulspine_stage1"},
Expand Down
49 changes: 49 additions & 0 deletions lgw2/assets/minecraft/models/item/weapons/achiachi_oden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"1": "item/sv98",
"layer0": "item/achiachi_oden",
"particle": "item/sv98"
},
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 45],
"translation": [0, 2.25, -0.25],
"scale": [1.15, 1.15, 1.05]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -45],
"translation": [0, 2.25, -0.25],
"scale": [1.15, 1.15, 1.05]
},
"firstperson_righthand": {
"rotation": [0, -100, 45],
"translation": [6.25, 1.25, -4.5],
"scale": [1.25, 1.15, 1.05]
},
"firstperson_lefthand": {
"rotation": [0, 80, -45],
"translation": [6.25, 1.25, -4.5],
"scale": [1.25, 1.15, 1.05]
},
"ground": {
"rotation": [90, 0, 0],
"scale": [1.15, 1.15, 1.05]
},
"gui": {
"translation": [0, -0.25, 0],
"scale": [1.1, 1.1, 1]
},
"head": {
"rotation": [180, 40, 180],
"translation": [-2.75, -8, -8.25]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [-2, 0, 0],
"scale": [1.22, 1.22, 1.12]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da3b9de

Please sign in to comment.