Skip to content

Commit f9820c4

Browse files
committed
Fix cullface in a fluid vessel part
1 parent fc77f00 commit f9820c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/assets/create_connected/models/block/fluid_vessel/block_z_middle_window_middle.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"to": [15.05, 16, 16],
1313
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
1414
"faces": {
15-
"east": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "north"},
16-
"west": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "north"}
15+
"east": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "east"},
16+
"west": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "east"}
1717
}
1818
},
1919
{
@@ -22,8 +22,8 @@
2222
"to": [0.95, 16, 16],
2323
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
2424
"faces": {
25-
"east": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "south"},
26-
"west": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "south"}
25+
"east": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "west"},
26+
"west": {"uv": [4.8, 4, 11.2, 12], "texture": "#6", "cullface": "west"}
2727
}
2828
}
2929
],

0 commit comments

Comments
 (0)