Skip to content

Commit

Permalink
Fixes #3288: Fixes various item rotations when held in 3rd person.
Browse files Browse the repository at this point in the history
  • Loading branch information
yueh committed Jan 14, 2018
1 parent cbfc88c commit 13573bf
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 13 deletions.
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/certus_quartz_axe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/certus_quartz_hoe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/certus_quartz_pickaxe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/certus_quartz_spade"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/certus_quartz_sword"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/charged_staff"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/entropy_manipulator"
}
Expand Down
@@ -1,6 +1,22 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/matter_cannon"
},
"display": {
"thirdperson_righthand": {
"rotation": [
0,
-90,
0
]
},
"thirdperson_lefthand": {
"rotation": [
0,
90,
0
]
}
}
}
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/nether_quartz_axe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/nether_quartz_hoe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/nether_quartz_pickaxe"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/nether_quartz_spade"
}
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "item/generated",
"parent": "item/handheld",
"textures": {
"layer0": "appliedenergistics2:items/nether_quartz_sword"
}
Expand Down

0 comments on commit 13573bf

Please sign in to comment.