Skip to content

Commit

Permalink
fixed 1x cable models
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 1, 2025
1 parent 1b2cc9a commit 0e594b5
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"from": [7, 7, 0],
"to": [9, 9, 16],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0}
Expand All @@ -21,7 +21,7 @@
"to": [16, 9, 9],
"faces": {
"north": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0}
Expand All @@ -33,7 +33,7 @@
"faces": {
"north": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"west": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"up": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0}
}
Expand All @@ -46,7 +46,7 @@
"east": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"up": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
},
{
Expand All @@ -57,7 +57,7 @@
"east": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"down": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"to": [16, 9, 9],
"faces": {
"north": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"west": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"up": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0}
}
Expand All @@ -20,7 +20,7 @@
"from": [7, 7, 0],
"to": [9, 9, 7],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
Expand All @@ -35,7 +35,7 @@
"east": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"up": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"to": [9, 9, 9],
"color": 0,
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [7, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [0, 7, 9, 9], "texture": "#all", "tintindex": 0},
Expand All @@ -23,7 +23,7 @@
"color": 1,
"faces": {
"north": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0}
Expand All @@ -37,7 +37,7 @@
"east": {"uv": [7, 9, 9, 16], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 9, 9, 16], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 9, 9, 16], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"up": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"from": [7, 7, 0],
"to": [9, 9, 16],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0}
Expand All @@ -21,7 +21,7 @@
"to": [16, 9, 9],
"faces": {
"north": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0}
Expand All @@ -33,7 +33,7 @@
"faces": {
"north": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"west": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"up": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"from": [7, 7, 0],
"to": [9, 9, 9],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [7, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [0, 7, 9, 9], "texture": "#all", "tintindex": 0},
Expand All @@ -21,7 +21,7 @@
"to": [16, 9, 9],
"faces": {
"north": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"to": [9, 9, 16],
"color": 3,
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0}
Expand All @@ -23,7 +23,7 @@
"color": 6,
"faces": {
"north": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"east": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"east": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"south": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0}
Expand All @@ -36,7 +36,7 @@
"faces": {
"north": {"uv": [9, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"west": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"up": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [0, 7, 7, 9], "texture": "#all", "tintindex": 0}
}
Expand All @@ -49,7 +49,7 @@
"east": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"up": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"from": [7, 7, 0],
"to": [9, 9, 16],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"to": [9, 9, 16],
"color": 3,
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [7, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 9, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 9], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 7, 9, 16], "texture": "#all", "tintindex": 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"from": [7, 7, 0],
"to": [9, 9, 16],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 16, 9], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0},
"down": {"uv": [7, 0, 9, 16], "texture": "#all", "tintindex": 0}
Expand All @@ -24,7 +24,7 @@
"east": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"west": {"uv": [7, 0, 9, 7], "texture": "#all", "tintindex": 0},
"up": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1}
"up": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"from": [7, 7, 0],
"to": [9, 9, 9],
"faces": {
"north": {"uv": [7, 7, 9, 9], "texture": "#all", "tintindex": 1},
"north": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"east": {"uv": [7, 7, 16, 9], "texture": "#all", "tintindex": 0},
"south": {"uv": [7, 7, 9, 9], "texture": "#overlay", "tintindex": 1},
"west": {"uv": [0, 7, 9, 9], "texture": "#all", "tintindex": 0},
Expand Down

0 comments on commit 0e594b5

Please sign in to comment.