Mojira Archive
MC-123004

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

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.

Fixed

Lars

[Mojang] Grum (Erik Broes)

2017-12-07, 11:14 PM

2017-12-11, 11:16 PM

2017-12-11, 02:37 PM

5

3

Community Consensus

Minecraft 17w49b

Minecraft 17w50a