-
Bug
-
Resolution: Incomplete
-
None
-
1.19.73
-
None
-
Unconfirmed
-
Windows
Custom blocks that get their textures from the block.json file fail to either allow permutations or not rotate because the texture is static. This is a problem for blocks such as custom logs that need to rotate. When a custom block uses the mincraft:material_instances component the texture and rotation works fine. However when the block relies on the block.json file for textures the rotation is not seen.
The reason for importance is aesthetics. When a block uses textures from block.json the block item appears the same size as all other minecraft blocks. However when it retrieves textures using minecraft:material_instances the block item appears slightly smaller than average blocks.
Attached is a screenshot of the differences and an example pack with both variations
steps to recreate:
- create 2 identical blocks with permutations that rotate based on querys
- have one block with material instances component for it's textures and one block who's textures are defined in the blocks.json file
- start up the game and notice one block doesn't rotate
expected result: block rotates