Cats with a large scale attribute set cannot properly pathfind themselves on top of applicable blocks like furnaces, beds, chests, or other blocks (currently blocked by MC-227216) and will not sit down as they would at a normal scale of one.
Steps to Reproduce:
- Summon/Spawn a cat
- Tame it
- Modify its scale attribute
/attribute @e[type=cat,sort=nearest,limit=1] minecraft:generic.scale base set 4
- Place down one of the following blocks:
- Bed
- Furnace (lit)
- Chest
- Wait for the cat to attempt to sit down
Observed Behavior:
The cat will properly pathfind on top of the block, but will not walk far enough on top of it to actually allow itself to sit down. The end result is the cat stands on the edge of the block, never sitting down.
Expected Behavior:
The cat would walk on top of the block, and sit down.
Screenshots/Videos:
Notes:
Related to MC-267486 MC-268415 MC-269476 MC-268010 MC-268009 MC-270878
- relates to
-
MC-268009 Fireballs shot from ghasts don't account for the scale attribute
- Open
-
MC-268010 Small fireballs shot from blazes don't accurately account for the scale attribute
- Open
-
MC-268415 Inventory does not open when player is significantly larger than the vehicle
- Open
-
MC-269476 Scale Attribute does not scale hitbox for ladders and vines.
- Open
-
MC-270878 Sniffer digging does not account for scale attribute
- Open
-
MC-267486 Polar Bear's attack system is not working on large scale
- Reopened