mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-08 13:33:07 +00:00
Added 1.17 particles
This commit is contained in:
parent
70c398c41e
commit
dc72e39f46
62 changed files with 1378 additions and 379 deletions
|
@ -70,6 +70,13 @@ public class ParticleStyleInvocation extends DefaultParticleStyle {
|
|||
case DAMAGE_INDICATOR:
|
||||
case ENCHANTED_HIT:
|
||||
return 2;
|
||||
case ELECTRIC_SPARK:
|
||||
return 3;
|
||||
case SCRAPE:
|
||||
return 2.5;
|
||||
case WAX_OFF:
|
||||
case WAX_ON:
|
||||
return 4.5;
|
||||
case DRAGON_BREATH:
|
||||
return 0.01;
|
||||
case ENCHANT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue