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

Random rotation for Blocks like sand, concrete powder, grass and custom block models doesn't work properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 17w50a
    • Minecraft 17w49b
    • None
    • Windows 7 Java 1.8.0_25 64bit
    • Community Consensus

      Normally blocks like sand or grass rotate randomlyand through their blockstate-file which worked in 1.12(MC Java Edition).

      In the latest snapshot blocks tend to only rotate in the direction of north or south and it seems like these blocks create patterns. For example grass creates some sort of zigzag-pattern.
      Besides that other variants of custom made block models create patterns like cakes or only rotate only north and south like the sword rack.

      Also the blockstate-file gives the information that it should rotate radomly:

      "variants": {
              "normal": [
                  { "model": "sand" },
                  { "model": "sand", "y": 90 },
                  { "model": "sand", "y": 180 },
                  { "model": "sand", "y": 270 }
              ]
          }
      }
      

      And my ovious guess is that only the first and third variant and not the second an fourth but i have no clue why this problem occurs in the latest snapshots.

        1. 2017-12-10_21.07.35.png
          2017-12-10_21.07.35.png
          758 kB
        2. 2017-12-10_20.11.13.png
          2017-12-10_20.11.13.png
          735 kB
        3. 2017-12-07_22.11.31.png
          2017-12-07_22.11.31.png
          611 kB
        4. 2017-12-07_22.08.25.png
          2017-12-07_22.08.25.png
          556 kB
        5. 2017-12-07_21.38.38.png
          2017-12-07_21.38.38.png
          145 kB
        6. 2017-12-07_21.37.22.png
          2017-12-07_21.37.22.png
          546 kB
        7. 2017-12-07_21.27.28.png
          2017-12-07_21.27.28.png
          212 kB

            grum [Mojang] Grum (Erik Broes)
            Lord_Keks Lars
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: