Skip to content

Commit

Permalink
Merge pull request #767 from Dablakbandit/Ender-Main
Browse files Browse the repository at this point in the history
Fix Crocodile Eyes
  • Loading branch information
AshleyThew authored Sep 18, 2024
2 parents a8fc32f + b46e6e1 commit 307bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ms/models/mobs/crocodile/crocodile.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [13.46875, 9.28125, 6.67188]},
"faces": {
"north": {"uv": [0, 15, 7, 16], "texture": "#0"},
"east": {"uv": [0, 15, 7, 16], "texture": "#0"},
"east": {"uv": [7, 16, 0, 15], "texture": "#0"},
"south": {"uv": [0, 15, 7, 16], "texture": "#0"},
"up": {"uv": [0, 15, 7, 16], "texture": "#0"},
"down": {"uv": [0, 15, 7, 16], "texture": "#0"}
Expand Down

0 comments on commit 307bc67

Please sign in to comment.