Skip to content

Commit

Permalink
falchion blade
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof committed Dec 5, 2024
1 parent 65ddc2a commit 9267580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion core/assets/minecraft/models/item/iron_hoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@
},
{
"predicate": {"custom_model_data": 81},
"model": "mvndicraft:blacksmith/tong/tonsg_falchion"
"model": "mvndicraft:blacksmith/tong/tongs_falchion"
},
{
"predicate": {"custom_model_data": 82},
"model": "mvndicraft:blacksmith/falchion_blade"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,18 @@
],
"display": {
"thirdperson_righthand": {
"rotation": [-102.25, 90, 0],
"translation": [0.25, -1.75, 1.41],
"scale": [0.8, 0.8, 0.8]
},
"thirdperson_lefthand": {
"rotation": [-102.25, 90, 0],
"translation": [0.25, -1.75, 1.41],
"scale": [0.8, 0.8, 0.8]
},
"firstperson_righthand": {
"rotation": [-102.25, 90, 0],
"translation": [0.25, -0.25, 1.41],
"scale": [0.8, 0.8, 0.8]
},
"firstperson_lefthand": {
"rotation": [-102.25, -90, 0],
"translation": [0.25, -0.5, 1.41],
"scale": [0.8, 0.8, 0.8]
},
Expand Down

0 comments on commit 9267580

Please sign in to comment.