13
0

Hotfix ParticleInventory
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-04-25 14:35:07 +02:00
Ursprung 28f4c89d32
Commit aff3d4dcf7

Datei anzeigen

@ -34,7 +34,7 @@ import static org.bukkit.Material.ENDER_CHEST;
@AllArgsConstructor @AllArgsConstructor
public enum SpecialTeamParticle implements ParticleEnum { public enum SpecialTeamParticle implements ParticleEnum {
WarGearSeason(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL), 0.15, WingParticle.WingDesign.ECLIPSE))), Eclipse(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL, 0.0F, 0.0F, 0.0F, 0.01), 0.15, WingParticle.WingDesign.ECLIPSE))),
; ;
public static SpecialTeamParticle[] particles = values(); public static SpecialTeamParticle[] particles = values();