Skip to content

Commit

Permalink
CMD353
Browse files Browse the repository at this point in the history
  • Loading branch information
aburaagetarou committed Jan 12, 2025
1 parent fffc0b0 commit 9706c4e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
{"predicate": {"custom_model_data": 350}, "model":"item/weapons/greenlantern"},
{"predicate": {"custom_model_data": 351}, "model":"item/weapons/purplelantern"},
{"predicate": {"custom_model_data": 352}, "model":"item/weapons/nc_mosin_nagant_akimarugon"},
{"predicate": {"custom_model_data": 353}, "model":"item/weapons/nc_ksg12laser_mottyi"},


{"predicate": {"custom_model_data": 10000}, "model":"please_put_weapon_assets_to_above_of_this_row"},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/nc_ksg12laser_mottyi"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 45],
"translation": [0, 2.5, -0.75],
"scale": [0.9, 0.9, 1.4]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -45],
"translation": [0, 2.5, 0.75],
"scale": [0.9, 0.9, 1.4]
},
"firstperson_righthand": {
"rotation": [0, -100, 45],
"translation": [1.75, 3.5, 0.25],
"scale": [0.9, 0.9, 1.4]
},
"firstperson_lefthand": {
"rotation": [0, 80, -45],
"translation": [1.75, 3.5, 0.25],
"scale": [0.9, 0.9, 1.4]
},
"ground": {
"rotation": [90, 0, 0],
"scale": [0.9, 0.9, 1.4]
},
"gui": {
"translation": [1, 0, 0]
},
"fixed": {
"rotation": [0, 180, 0],
"translation": [-1, 0, 0],
"scale": [1.2, 1.2, 1.5]
}
}
}
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 9706c4e

Please sign in to comment.