Skip to content

Commit

Permalink
改修資材追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 4, 2023
1 parent 2703f8b commit ae589b9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/minecraft/models/item/clay_ball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/clay_ball"
},
"overrides": [
{"predicate": {"custom_model_data":0}, "model":"item/clay_ball"},

{"predicate": {"custom_model_data": 1}, "model":"item/misc/kaishusizai"},

{"predicate": {"custom_model_data":1001}, "model":"item/weapons/mp5_2d"},

{"predicate": {"custom_model_data":2001}, "model":"item/weapons/mp5_2d"}
]
}
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/misc/kaishusizai.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/kaishusizai",
"layer0": "item/kaishusizai"
},
"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/kaishusizai.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 ae589b9

Please sign in to comment.