Skip to content

Commit 25c625d

Browse files
committed
No shade for ladders
- Prevent ladders from being split into multiple meshes when assembled in contraptions
1 parent 1f88908 commit 25c625d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • src/main/resources/assets/create/models/block

src/main/resources/assets/create/models/block/ladder.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"name": "hoop_right",
1111
"from": [2, 16, 14],
1212
"to": [4, 18, 18],
13+
"shade": false,
1314
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
1415
"faces": {
1516
"north": {"uv": [14, 4, 16, 6], "texture": "#0", "cullface": "up"},
@@ -21,6 +22,7 @@
2122
"name": "hoop_right_backface",
2223
"from": [2, 18, 14],
2324
"to": [4, 16, 18],
25+
"shade": false,
2426
"rotation": {"angle": 0, "axis": "y", "origin": [13, 19, 16]},
2527
"faces": {
2628
"north": {"uv": [16, 4, 14, 6], "rotation": 180, "texture": "#0", "cullface": "up"},
@@ -43,6 +45,7 @@
4345
"name": "ladder",
4446
"from": [2, 0, 14],
4547
"to": [14, 16, 16],
48+
"shade": false,
4649
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
4750
"faces": {
4851
"north": {"uv": [2, 0, 14, 16], "texture": "#1"}
@@ -63,6 +66,7 @@
6366
"name": "ladder_backface",
6467
"from": [2, 0, 16],
6568
"to": [14, 16, 14],
69+
"shade": false,
6670
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
6771
"faces": {
6872
"south": {"uv": [14, 0, 2, 16], "texture": "#1"}
@@ -72,6 +76,7 @@
7276
"name": "hoop_left",
7377
"from": [12, 16, 14],
7478
"to": [14, 18, 18],
79+
"shade": false,
7580
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
7681
"faces": {
7782
"north": {"uv": [14, 4, 16, 6], "texture": "#0", "cullface": "up"},
@@ -83,6 +88,7 @@
8388
"name": "hoop_left_backface",
8489
"from": [12, 18, 14],
8590
"to": [14, 16, 18],
91+
"shade": false,
8692
"rotation": {"angle": 0, "axis": "y", "origin": [13, 19, 16]},
8793
"faces": {
8894
"north": {"uv": [16, 4, 14, 6], "rotation": 180, "texture": "#0", "cullface": "up"},
@@ -107,4 +113,4 @@
107113
"children": [4, 5, 6, 7]
108114
}
109115
]
110-
}
116+
}

0 commit comments

Comments
 (0)