Skip to content

Commit aa222f6

Browse files
committed
💀
1 parent 83345db commit aa222f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"credit": "Made with Blockbench",
33
"parent": "minecraft:block/stairs",
44
"textures": {
5-
"0": "matrix-blocks:item/matrix_stairs",
6-
"particle": "matrix-blocks:item/matrix_stairs"
5+
"0": "matrix-blocks:block/matrix_stairs",
6+
"particle": "matrix-blocks:block/matrix_stairs"
77
},
88
"elements": [
99
{
@@ -15,7 +15,7 @@
1515
"east": {"uv": [0, 0, 16, 7.8], "texture": "#0"},
1616
"south": {"uv": [0.25, 0, 7.65, 7.8], "texture": "#0"},
1717
"west": {"uv": [0, 0, 16, 7.8], "texture": "#0"},
18-
"up": {"uv": [0.30667, 0.05333, 5.65333, 8.65333], "texture": "#0"},
18+
"up": {"uv": [0.3, 0.05, 5.65, 8.65], "texture": "#0"},
1919
"down": {"uv": [0.25, 0, 7.65, 7.8], "texture": "#0"}
2020
}
2121
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"east": {"uv": [0, 0, 16, 7.8], "texture": "#0"},
1616
"south": {"uv": [0.25, 0, 7.65, 7.8], "texture": "#0"},
1717
"west": {"uv": [0, 0, 16, 7.8], "texture": "#0"},
18-
"up": {"uv": [0.30667, 0.05333, 5.65333, 8.65333], "texture": "#0"},
18+
"up": {"uv": [0.3, 0.05, 5.65, 8.65], "texture": "#0"},
1919
"down": {"uv": [0.25, 0, 7.65, 7.8], "texture": "#0"}
2020
}
2121
},

0 commit comments

Comments
 (0)