-
Bug
-
Resolution: Unresolved
-
None
-
1.20.4, 24w10a, 1.20.5 Release Candidate 2, 1.20.6, 1.21, 24w33a, 1.21.1, 24w34a, 24w38a
-
Community Consensus
-
Items, Rendering
-
Low
-
Platform
When shearing a sheep, the wool items created will stutter while flying. This is not the case when shearing mooshrooms or performing other actions which create item entities.
The specific problem is that in net.minecraft.world.entity.animal.Sheep#shear, both the client and server generate random numbers for the velocities of the spawned items. This can be compared with net.minecraft.world.entity.animal.MushroomCow#shear and net.minecraft.world.entity.monster.Bogged#spawnShearedMushrooms, neither of which use locally generated random numbers on either side.
- relates to
-
MC-269859 Experience orbs produced by grindstones exhibit stuttering motion during flight
- Open