The bug
The structure minecraft:village/common/animals/cat_jellie
spawns, in contrast to what its name suggests, an "all black" cat (CatType: 10
) instead of Jellie (CatType: 9
).
All other structures seem to spawn the correct cat type.
Reproduction steps
Place a structure block
Enable "Include entities"
Load the following structure
minecraft:village/common/animals/cat_jellie
❌ An "all black" cat is spawned
Linked issues
Attachments
Comments 6
Black cats should spawn in villages only during full moon, but because of this bug you can actually see black cats spawning naturally during the day in villages even when it's not full moom!
Can confirm in 1.19.1. This issue can be more easily reproduced by running the following command and activating the structure block.
/setblock ~1 ~ ~1 minecraft:structure_block{ignoreEntities:0b,showboundingbox:1b,mode:"LOAD",name:"minecraft:village/common/animals/cat_jellie"}
@@unknown, I rewrote your report a bit, I hope that is alright for you.