Skip to content

Commit

Permalink
Fix: Culled face on crate
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith committed Jan 31, 2024
1 parent df59623 commit 6047f58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "south"},
"north": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 14, 16, 16], "texture": "#1", "cullface": "west"},
Expand Down Expand Up @@ -123,4 +123,4 @@
"children": [0, 1, 2, 3, 4, 5]
}
]
}
}

0 comments on commit 6047f58

Please sign in to comment.