Drop spam throttling is affected by tick rate
Changing the tick rate affects that rate that drop spam throttling "decays" over time. If the tick rate is low, players cannot throw items as quickly.
To reproduce:
- /tick rate 20
- Quickly drop items from the creative inventory until the threshold is reached, causing you to drop only 1 item per second
- /tick rate 1
- Quickly drop items until the threshold is reached again
- Try to drop more items, notice how it can take up to 20 seconds between drops
Code analysis:
LocalPlayer#tick() decrements dropSpamThrottler every tick, but MultiPlayerGameMode#handleCreativeModeItemDrop() increments dropSpamThrottler by 20 regardless of the tick rate.
2024-09-18, 05:18 PM
2024-09-19, 07:06 AM
2024-09-19, 07:06 AM
0
1
-