Skip to content

Commit

Permalink
Fixed shulker while using with Fresh Animation
Browse files Browse the repository at this point in the history
  • Loading branch information
GeForceLegend committed Jul 7, 2024
1 parent 72a25da commit 48b7df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/optifine/cem/shulker.jem
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"model":"shulker_head.jpm",
"part":"head",
"translate":[0,0,0],
"translate":[0,3,0],
"rotate":[0,0,0]
},
{
Expand Down
6 changes: 3 additions & 3 deletions assets/minecraft/optifine/cem/shulker_head.jpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"textureSize":[64,64],
"boxes":[
{
"coordinates":[-3,0,-3,6,6,6],
"coordinates":[-3,-3,-3,6,6,6],
"uvNorth":[6,58,12,64],
"uvEast":[0,58,6,64],
"uvSouth":[18,58,24,64],
"uvWest":[12,58,18,64],
"uvUp":[6,52,12,58],
"uvDown":[12,52,18,58]
"uvUp":[12,58,6,52],
"uvDown":[12,58,18,52]
}
]
}

0 comments on commit 48b7df5

Please sign in to comment.