-
Bug
-
Resolution: Cannot Reproduce
-
None
-
Minecraft 14w27b, Minecraft 14w28a, Minecraft 14w28b, Minecraft 14w31a, Minecraft 14w32a, Minecraft 14w33a, Minecraft 14w34b, Minecraft 1.8-pre3, Minecraft 1.8, Minecraft 1.8.3, Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 15w31b, Minecraft 15w46a, Minecraft 1.12, Minecraft 1.12.2, Minecraft 17w48a, Minecraft 1.13-pre6, 1.15.2, 20w06a, 20w07a, 20w12a, 1.16.1, 1.16.4
-
Confirmed
-
Block states
-
Low
Some block state model files mismatch with their counterparts in the saved metadata. For example, these blocks have undefined states in the model files:
- Cactus/sugar cane: growth stages
- Jukebox: "has_record" state
- Bed: "occupied" state (see
MC-106065) - Hopper: "enabled" state
- Dispenser/dropper/etc.: "triggered" state
Dirt and Coarse Dirt: "snowy" stateRemoved in 1.13TNT: explosion stateRemoved in 1.13Melon/Pumpkin Stem: combinations of growth and rotationRemoved in 1.13
Basically, any block that has the "variant" (or color) state is split. This is in contrast to other similar blocks (flower_pot) which condense the variants into one file.
Workaround: Using multipart allows access to all block states. However, multipart should not have to be used for states that should be defined variants.