Skip to content

Commit

Permalink
ACOG追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Feb 7, 2024
1 parent 83a0487 commit dc7dc43
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pack/assets/minecraft/models/item/attachment/m4a1_acog.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/m4a1_acog",
"layer0": "item/m4a1_acog"
},
"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]
}
}
}
21 changes: 21 additions & 0 deletions pack/assets/minecraft/models/item/flint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/flint"
},
"overrides": [
{"predicate": {"custom_model_data":0}, "model":"item/flint"},

{"predicate": {"custom_model_data": 1}, "model":"item/attachment/m4a1_acog"},
{"predicate": {"custom_model_data": 2}, "model":"item/weapons/stim"},
{"predicate": {"custom_model_data": 3}, "model":"item/misc/secretgirl"},
{"predicate": {"custom_model_data": 4}, "model":"item/misc/ticket"},
{"predicate": {"custom_model_data": 5}, "model":"item/misc/kanshanokakera"},
{"predicate": {"custom_model_data": 6}, "model":"item/misc/kanshanokimoti"},
{"predicate": {"custom_model_data": 7}, "model":"item/misc/bronzeticket"},
{"predicate": {"custom_model_data": 8}, "model":"item/misc/silverticket"},
{"predicate": {"custom_model_data": 9}, "model":"item/misc/goldticket"},
{"predicate": {"custom_model_data": 10}, "model":"item/misc/rainbowticket"},
{"predicate": {"custom_model_data": 11}, "model":"item/misc/loligod"}
]
}
Binary file added pack/assets/minecraft/textures/item/m4a1_acog.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 dc7dc43

Please sign in to comment.