Rasmus
- RasmusTV
- JIRAUSER468312
- Europe/Berlin
- Yes
- No
Entity names can no longer be colored by a HEX code. They are now displayed in white. This applies to multiplayer and singleplayer.
I thought it was changed because many other things were changed with Redstone. I didn't read it right, sorry. Is there a way to delete the report?
Sculk Veins replace dripstones during worldgen resulting in floating dripstones.
Cords: 175 -51 461
Seed: -736641027098744019
When a hitbox goes over several chunk sections, you can no longer interact with it properly after a certain point. This is only the case for larger mobs like giants or big slimes, but also occurs with interaction entities.
It also seems that there is a difference between projectiles, player hitting and movement collision checks. For example, you can hit a mob, but an arrow can't hit it at the same point.
Video
This video showcases the issue with giants and large slimes.
In the video, the vertical chunk section change is marked with purple particles.
https://youtu.be/SxYdbqZcstMTo reproduce
- Summon an interaction entity:
/summon minecraft:interaction ~ ~ ~ {Tags:["intr"],height:33}- Place a repeating command block chain with the following commands:
execute as @e[tag=intr] if data entity @s attack.player as @a at @s run playsound minecraft:block.note_block.banjo block @s execute as @e[tag=intr] run data remove entity @s attack- Enable F3+B to see the hitbox of the interaction entity.
- While looking at the interaction entity, attack it.
Expected behaviour
When hitting the interaction entity, it should play a sound.
Observed behaviour
No sound is played when the interaction entity is hit at the top.
Edit:
With the addition of the "generic.scale" attribute in 23w51b, this bug now affects not only slimes, giants and large interaction entities, but all entities that have been scaled up to a considerable size by the attribute.







It's not just the player name that no longer works. You also can't use entity UUIDs or @a/@e/@r/@p/@s.
For example:
Tested in 21w15a
I was able to reproduce the bug