Fix Attack Lag
Fix the lag caused by excessive single damage during player attacks.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Fix Attack Lag
When a player uses a ordinary attack to attack a creature, if the attack damage is too large ,it will generate a lot of particles and cause lag(depending on performance, the author's device is around 10 million), even if the particle effect is turned off, it will still cause this lag.
This mod uses the mixin player class attack method to prevent this lag.