Skip to content

Commit fccc413

Browse files
committed
Remove incorrect cullfaces from standing caution sign models
1 parent aa80eb5 commit fccc413

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

common/src/main/resources/assets/adorn/models/block/templates/standing_caution_sign.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"faces": {
1313
"north": { "texture": "#sign", "uv": [1, 1, 15, 15] },
1414
"east": { "texture": "#sign", "uv": [1, 1, 2, 15] },
15-
"south": { "texture": "#back", "cullface": "south", "uv": [1, 1, 15, 15] },
15+
"south": { "texture": "#back", "uv": [1, 1, 15, 15] },
1616
"west": { "texture": "#sign", "uv": [14, 1, 15, 15] },
1717
"up": { "texture": "#sign", "uv": [15, 2, 1, 1] },
1818
"down": { "texture": "#sign", "uv": [15, 15, 1, 14] }

common/src/main/resources/assets/adorn/models/block/templates/standing_caution_sign_rot1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"faces": {
1313
"north": { "texture": "#sign", "uv": [1, 1, 15, 15] },
1414
"east": { "texture": "#sign", "uv": [1, 1, 2, 15] },
15-
"south": { "texture": "#back", "cullface": "south", "uv": [1, 1, 15, 15] },
15+
"south": { "texture": "#back", "uv": [1, 1, 15, 15] },
1616
"west": { "texture": "#sign", "uv": [14, 1, 15, 15] },
1717
"up": { "texture": "#sign", "uv": [15, 2, 1, 1] },
1818
"down": { "texture": "#sign", "uv": [15, 15, 1, 14] }

common/src/main/resources/assets/adorn/models/block/templates/standing_caution_sign_rot2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"faces": {
1313
"north": { "texture": "#sign", "uv": [1, 1, 15, 15] },
1414
"east": { "texture": "#sign", "uv": [1, 1, 2, 15] },
15-
"south": { "texture": "#back", "cullface": "south", "uv": [1, 1, 15, 15] },
15+
"south": { "texture": "#back", "uv": [1, 1, 15, 15] },
1616
"west": { "texture": "#sign", "uv": [14, 1, 15, 15] },
1717
"up": { "texture": "#sign", "uv": [15, 2, 1, 1] },
1818
"down": { "texture": "#sign", "uv": [15, 15, 1, 14] }

common/src/main/resources/assets/adorn/models/block/templates/standing_caution_sign_rot3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"faces": {
1313
"north": { "texture": "#sign", "uv": [1, 1, 15, 15] },
1414
"east": { "texture": "#sign", "uv": [1, 1, 2, 15] },
15-
"south": { "texture": "#back", "cullface": "south", "uv": [1, 1, 15, 15] },
15+
"south": { "texture": "#back", "uv": [1, 1, 15, 15] },
1616
"west": { "texture": "#sign", "uv": [14, 1, 15, 15] },
1717
"up": { "texture": "#sign", "uv": [15, 2, 1, 1] },
1818
"down": { "texture": "#sign", "uv": [15, 15, 1, 14] }

0 commit comments

Comments
 (0)