Skip to content

Commit

Permalink
json追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 15, 2023
1 parent 19bec4e commit 27656b5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
23 changes: 23 additions & 0 deletions assets/minecraft/models/item/weapons/127cmrensouhou_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/127cmrensouhou_2d",
"layer0": "item/127cmrensouhou_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/asval_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/asval_2d",
"layer0": "item/asval_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]
}
}
}
4 changes: 3 additions & 1 deletion assets/minecraft/models/item/wooden_hoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
{"predicate": {"custom_model_data": 17}, "model":"item/weapons/ktr09_drum_2d"},
{"predicate": {"custom_model_data": 18}, "model":"item/weapons/m4a1_2d"},
{"predicate": {"custom_model_data": 19}, "model":"item/weapons/m4a1_mod2_2d"},
{"predicate": {"custom_model_data": 20}, "model":"item/weapons/fn_minimi_2d"}
{"predicate": {"custom_model_data": 20}, "model":"item/weapons/fn_minimi_2d"},
{"predicate": {"custom_model_data": 21}, "model":"item/weapons/asval_2d"},
{"predicate": {"custom_model_data": 22}, "model":"item/weapons/127cmrensouhou_2d"}
]
}

0 comments on commit 27656b5

Please sign in to comment.