Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-70636

Block state model rotation around z axis not possible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Minecraft 1.8, Minecraft 1.9, Minecraft 1.11, 1.14.4, 20w07a, 1.20.1, 1.20.2, 23w43b
    • Confirmed
    • Block states

      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.

            Unassigned Unassigned
            jirauser71590 user-f2760 (Inactive)
            Votes:
            10 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              CHK: