Mojira Archive
MC-70636

Block state model rotation around z axis not possible

When specifying multiple rotation axes within a blockstate, the "z" axis is ignored.

Example:

assets/minecraft/blockstates/someblock.json
{
	"variants": {
		"": { "model": "foobar", "z": 90 }
	}
}

This will not rotate the block 90°.

This makes it impossible to have certain visual results without creating more files. For example turning planks 90 degrees on the z axis would change the planks on all sides, making north, south, east and west vertical, but using x (and y), 2 sides will always have horizontal lines.

Unresolved

user-f2760

womc

2014-09-03, 06:42 AM

2023-10-28, 12:07 PM

10

6

Confirmed

Block states

resource-pack

Minecraft 1.8 - 23w43bMinecraft 1.8, Minecraft 1.9, Minecraft 1.11, 1.14.4, 20w07a, 1.20.1, 1.20.2, 23w43b

-