mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-07 13:03:11 +00:00
Colorify the preset group display name
This commit is contained in:
parent
163a1502ce
commit
00848211cf
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ public class ParticleGroupPresetManager extends Manager {
|
||||||
particles.put(id, new ParticlePair(null, id, effect, style, itemData, blockData, colorData, noteColorData));
|
particles.put(id, new ParticlePair(null, id, effect, style, itemData, blockData, colorData, noteColorData));
|
||||||
}
|
}
|
||||||
|
|
||||||
presets.add(new ParticleGroupPreset(displayName, guiIcon, guiSlot, permission, allowPermissionOverride, new ParticleGroup(groupName, particles)));
|
presets.add(new ParticleGroupPreset(HexUtils.colorify(displayName), guiIcon, guiSlot, permission, allowPermissionOverride, new ParticleGroup(groupName, particles)));
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<Integer, BorderColor> extra = new HashMap<>();
|
Map<Integer, BorderColor> extra = new HashMap<>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue