Skip to content

Commit

Permalink
Fix the model size of the horse armor stand & saddle stand when held …
Browse files Browse the repository at this point in the history
…in the player's hand #72
  • Loading branch information
Ferdzz committed Mar 28, 2020
1 parent 99781a3 commit 424c3c2
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
{
"parent": "placeableitems:block/horse_armor_stand"
"parent": "placeableitems:block/horse_armor_stand",
"display": {
"thirdperson_righthand": {
"rotation": [90, 0, 0],
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"rotation": [90, 0, 0],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_righthand": {
"rotation": [30, 0, 0],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [30, 0, 0],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [14, 58, 0],
"translation": [1.75, -1, 0],
"scale": [0.4, 0.4, 0.4]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
{
"parent": "placeableitems:block/saddle_stand"
"parent": "placeableitems:block/saddle_stand",
"display": {
"thirdperson_righthand": {
"scale": [0.7, 0.7, 0.7]
},
"thirdperson_lefthand": {
"scale": [0.7, 0.7, 0.7]
},
"firstperson_righthand": {
"translation": [0, -1.25, 0],
"scale": [0.7, 0.7, 0.7]
},
"firstperson_lefthand": {
"translation": [0, 1.25, 0],
"scale": [0.7, 0.7, 0.7]
},
"ground": {
"scale": [0.7, 0.7, 0.7]
},
"gui": {
"rotation": [9, -31, 0],
"scale": [0.75, 0.75, 0.75]
}
}
}

0 comments on commit 424c3c2

Please sign in to comment.