Skip to content

Commit

Permalink
多数テクスチャ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Sep 21, 2023
1 parent a159398 commit 9a6e68d
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/minecraft/models/item/echo_shard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@

{"predicate": {"custom_model_data": 1}, "model":"item/weapons/mp5_2d"},
{"predicate": {"custom_model_data": 2}, "model":"item/weapons/scar_l_2d"}
{"predicate": {"custom_model_data": 3}, "model":"item/weapons/hkusp_2d"}
{"predicate": {"custom_model_data": 4}, "model":"item/weapons/ak47_2d"}
{"predicate": {"custom_model_data": 5}, "model":"item/weapons/deserteagle_2d"}
{"predicate": {"custom_model_data": 6}, "model":"item/weapons/mp7_2d"}
]
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/weapons/ak47_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/ak47_2d",
"layer0": "item/ak47_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]
}
}
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/weapons/deserteagle_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/deserteagle_2d",
"layer0": "item/deserteagle_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]
}
}
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/weapons/hkusp_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/hkusp_2d",
"layer0": "item/hkusp_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]
}
}
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/weapons/mp7_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/mp7_2d",
"layer0": "item/mp7_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 assets/minecraft/textures/item/mp7_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 9a6e68d

Please sign in to comment.