Commit f8844ebf authored by Ash's avatar Ash
Browse files

Rewrote spray handler, changed sprays to be loaded from the assets/textures...

Rewrote spray handler, changed sprays to be loaded from the assets/textures folder like everything else

`+` Better language support

`+` Only load from mythic packs, removed the old MCC-only pack system

`+` Added LeashBone option for MEG accessories for making things like ballons, takes the name of a MEG leash bone to leash to

`+` Added Renderer: DISPLAY option to backpacks to make them render using display entities

`+` More refactoring of sprays

`+` Renamed chattags to stickers
parent 49d468cd
......@@ -194,6 +194,7 @@ public class BackManager extends MCCosmeticsManager<BackAccessory> implements Hi
}
}
private void handleUpdate() {
renderedBacks.entrySet().forEach(entry -> {
final var player = entry.getKey();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment