Added 1.17 particles

This commit is contained in:
Esophose 2021-06-21 13:26:50 -06:00
parent 70c398c41e
commit dc72e39f46
No known key found for this signature in database
GPG key ID: DE0E013CAE5C630A
62 changed files with 1378 additions and 379 deletions

View file

@ -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: