Fix pattern monitor rotation
This commit is contained in:
parent
a95a5f27ff
commit
5d44a26493
@ -1,21 +1,22 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"texture_size": [32, 32],
|
||||
"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": [
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 6 ],
|
||||
"from": [0, 0, 10],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"down": {"uv": [ 8, 0, 16, 3 ], "texture": "#texture" },
|
||||
"up": {"uv": [ 8, 0, 16, 3 ], "rotation": 180, "texture": "#texture" },
|
||||
"north": {"uv": [ 0, 8, 8, 16 ], "texture": "#texture" },
|
||||
"south": {"uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
|
||||
"west": {"uv": [ 8, 0, 16, 3 ], "rotation": 90, "texture": "#texture" },
|
||||
"east": {"uv": [ 8, 0, 16, 3 ], "rotation": 270, "texture": "#texture" }
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#texture"},
|
||||
"east": {"uv": [8, 0, 16, 3], "rotation": 90, "texture": "#texture"},
|
||||
"south": {"uv": [0, 8, 8, 16], "texture": "#texture"},
|
||||
"west": {"uv": [8, 0, 16, 3], "rotation": 270, "texture": "#texture"},
|
||||
"up": {"uv": [8, 0, 16, 3], "texture": "#texture"},
|
||||
"down": {"uv": [8, 0, 16, 3], "rotation": 180, "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user