Skip to content

Commit

Permalink
Fix Surface Rock model in inventories and player (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored and krossgg committed Oct 13, 2024
1 parent 979ac91 commit ea0b6a5
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions src/main/resources/assets/gtceu/models/block/surface_rock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent" : "block/block",
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"1": "gtceu:block/stones/gravel",
"2": "gtceu:block/stones/surface_rock_stone",
Expand Down Expand Up @@ -114,6 +114,39 @@
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [90, 0, 0],
"translation": [0, 2.25, 8],
"scale": [0.7, 1, 0.7]
},
"thirdperson_lefthand": {
"rotation": [90, 0, 0],
"translation": [0, 2.25, 8],
"scale": [0.7, 1, 0.7]
},
"firstperson_righthand": {
"rotation": [35, 0, 35],
"translation": [-5.25, 6.75, 6.5],
"scale": [0.7, 1, 0.7]
},
"firstperson_lefthand": {
"rotation": [35, 0, 35],
"translation": [-5.25, 6.75, 6.5],
"scale": [0.7, 1, 0.7]
},
"ground": {
"translation": [0, 5, 0]
},
"gui": {
"rotation": [22.5, -45, -15],
"translation": [1.25, 6.25, 0]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [-0.25, 1, -7.5]
}
},
"groups": [
{
"name": "ore_bits",
Expand All @@ -123,4 +156,4 @@
},
7
]
}
}

0 comments on commit ea0b6a5

Please sign in to comment.