mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-02-11 11:40:21 +00:00
Wooden swords
This commit is contained in:
parent
826f37330b
commit
3bd7b5b9e9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class ParticleStyleSwords extends DefaultParticleStyle implements Listene
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SWORD_NAMES = new ArrayList<>();
|
SWORD_NAMES = new ArrayList<>();
|
||||||
SWORD_NAMES.addAll(Arrays.asList("WOOD_SWORD", "STONE_SWORD", "IRON_SWORD", "GOLD_SWORD", "GOLDEN_SWORD", "DIAMOND_SWORD", "TRIDENT"));
|
SWORD_NAMES.addAll(Arrays.asList("WOOD_SWORD", "WOODEN_SWORD", "STONE_SWORD", "IRON_SWORD", "GOLD_SWORD", "GOLDEN_SWORD", "DIAMOND_SWORD", "TRIDENT"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public ParticleStyleSwords() {
|
public ParticleStyleSwords() {
|
||||||
|
|
Loading…
Reference in a new issue