Skip to content

Commit

Permalink
Update meteor_sword.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreck1 authored May 17, 2022
1 parent b25eb6e commit 15ac99c
Showing 1 changed file with 39 additions and 40 deletions.
79 changes: 39 additions & 40 deletions src/main/resources/assets/nyx/models/item/meteor_sword.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "nyx:items/meteor_sword"
},
"display": {
"ground": {
"rotation": [0, 0, 0],
"translation": [0, 2, 0],
"scale": [1, 1, 1]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7],
"scale": [2, 2, 2]
},
"fixed": {
"rotation": [0, 180, 0],
"scale": [2, 2, 2]
},
"thirdperson_righthand": {
"rotation": [0, -90, 55],
"translation": [0, 4.0, 0.5],
"scale": [1.7, 1.7, 1.7]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -55],
"translation": [0, 4.0, 0.5],
"scale": [1.7, 1.7, 1.7]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [1.36, 1.36, 1.36]
},
"firstperson_lefthand": {
"rotation": [0, 90, -25],
"translation": [1.13, 3.2, 1.13],
"scale": [1.36, 1.36, 1.36]
}
}
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "nyx:items/meteor_sword"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 55],
"translation": [0, 11, 0],
"scale": [1.7, 1.7, 1.7]
},
"thirdperson_lefthand": {
"rotation": [0, 90, -55],
"translation": [0, 11.25, -0.5],
"scale": [1.7, 1.7, 1.7]
},
"firstperson_righthand": {
"rotation": [-32.75, -90, 0],
"translation": [2.13, 3.2, 1.13],
"scale": [1.36, 1.36, 1.36]
},
"firstperson_lefthand": {
"rotation": [-34.25, 90, 0],
"translation": [2.13, 3.2, 1.13],
"scale": [1.36, 1.36, 1.36]
},
"ground": {
"translation": [0, 2, 0]
},
"head": {
"rotation": [0, 180, 0],
"translation": [0, 13, 7],
"scale": [2, 2, 2]
},
"fixed": {
"rotation": [0, 180, 0],
"scale": [1.2, 1.2, 1]
}
}
}

0 comments on commit 15ac99c

Please sign in to comment.