Skip to content

Commit

Permalink
P90 png/json追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sakuranomimito committed Jan 21, 2024
1 parent e7c470b commit 0bd5f0f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{"predicate": {"custom_model_data": 44}, "model":"item/weapons/vss_2d"},
{"predicate": {"custom_model_data": 45}, "model":"item/weapons/light_sword_2d"},
{"predicate": {"custom_model_data": 46}, "model":"item/weapons/rokanren_2d"},

{"predicate": {"custom_model_data": 47}, "model":"item/weapons/p90_2d"},


{"predicate": {"custom_model_data": 1004}, "model":"item/weapons/ak47_2d"},
Expand Down
23 changes: 23 additions & 0 deletions pack/assets/minecraft/models/item/weapons/p90_2d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"particle": "item/p90_2d",
"layer0": "item/p90_2d"
},
"display": {
"thirdperson_righthand": {
"rotation": [-45, -90, 0],
"translation": [-1.75, 0, 0],
"scale": [0.85, 0.85, 0.85]
},
"thirdperson_lefthand": {
"rotation": [-45, 90, 0],
"translation": [-1.75, 0, 0],
"scale": [0.85, 0.85, 0.85]
},
"head": {
"translation": [0, -20, 4]
}
}
}
Binary file added pack/assets/minecraft/textures/item/p90_2d.png
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 0bd5f0f

Please sign in to comment.