Skip to content

Commit 87bc39a

Browse files
committed
aaaaaa 2
1 parent 3e65cc0 commit 87bc39a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/main/resources/assets/matrix-blocks/blockbench/matrix_stairs.bbmodel

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/main/resources/assets/matrix-blocks/models/block/matrix_stairs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
{
1010
"from": [-1, 0, 0],
1111
"to": [16, 8, 16],
12-
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 8]},
1312
"faces": {
1413
"north": {"uv": [0, 0, 16, 8], "texture": "#0"},
1514
"east": {"uv": [0, 0, 16, 8], "texture": "#0"},
1615
"south": {"uv": [0, 0, 16, 8], "texture": "#0"},
1716
"west": {"uv": [0, 0, 16, 8], "texture": "#0"},
18-
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
19-
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
17+
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"},
18+
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"}
2019
}
2120
},
2221
{
@@ -32,5 +31,6 @@
3231
"down": {"uv": [0, 0, 16, 8], "rotation": 180, "texture": "#0"}
3332
}
3433
}
35-
]
34+
],
35+
"display": {}
3636
}

src/main/resources/assets/matrix-blocks/models/item/matrix_stairs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
{
1010
"from": [-1, 0, 0],
1111
"to": [16, 8, 16],
12-
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 8]},
1312
"faces": {
1413
"north": {"uv": [0, 0, 16, 8], "texture": "#0"},
1514
"east": {"uv": [0, 0, 16, 8], "texture": "#0"},
1615
"south": {"uv": [0, 0, 16, 8], "texture": "#0"},
1716
"west": {"uv": [0, 0, 16, 8], "texture": "#0"},
18-
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
19-
"down": {"uv": [0, 0, 16, 16], "texture": "#0"}
17+
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"},
18+
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#0"}
2019
}
2120
},
2221
{
@@ -32,5 +31,6 @@
3231
"down": {"uv": [0, 0, 16, 8], "rotation": 180, "texture": "#0"}
3332
}
3433
}
35-
]
34+
],
35+
"display": {}
3636
}
11.5 KB
Loading

0 commit comments

Comments
 (0)