Fix pattern monitor rotation

This commit is contained in:
DBotThePony 2024-01-05 00:32:30 +07:00
parent a95a5f27ff
commit 5d44a26493
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1,21 +1,22 @@
{ {
"credit": "Made with Blockbench",
"parent": "block/block", "parent": "block/block",
"texture_size": [32, 32], "texture_size": [32, 32],
"textures": { "textures": {
"texture": "overdrive_that_matters:block/matter_panel", "particle": "overdrive_that_matters:block/matter_panel",
"particle": "overdrive_that_matters:block/matter_panel" "texture": "overdrive_that_matters:block/matter_panel"
}, },
"elements": [ "elements": [
{ {
"from": [ 0, 0, 0 ], "from": [0, 0, 10],
"to": [ 16, 16, 6 ], "to": [16, 16, 16],
"faces": { "faces": {
"down": {"uv": [ 8, 0, 16, 3 ], "texture": "#texture" }, "north": {"uv": [0, 0, 8, 8], "texture": "#texture"},
"up": {"uv": [ 8, 0, 16, 3 ], "rotation": 180, "texture": "#texture" }, "east": {"uv": [8, 0, 16, 3], "rotation": 90, "texture": "#texture"},
"north": {"uv": [ 0, 8, 8, 16 ], "texture": "#texture" }, "south": {"uv": [0, 8, 8, 16], "texture": "#texture"},
"south": {"uv": [ 0, 0, 8, 8 ], "texture": "#texture" }, "west": {"uv": [8, 0, 16, 3], "rotation": 270, "texture": "#texture"},
"west": {"uv": [ 8, 0, 16, 3 ], "rotation": 90, "texture": "#texture" }, "up": {"uv": [8, 0, 16, 3], "texture": "#texture"},
"east": {"uv": [ 8, 0, 16, 3 ], "rotation": 270, "texture": "#texture" } "down": {"uv": [8, 0, 16, 3], "rotation": 180, "texture": "#texture"}
} }
} }
] ]