Added new cosmetics #7
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/labylib!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/cosmetics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added cosmetics from LabyMod advent calendar.
This merge would introduce a new format for altering metadata for applicable cosmetics.
Unfortunately the Cape cosmetic labylib was based on appears to use an older API where each data point could be modified independently. That does not appear to be the case with all the other cosmetics added in this list. They all make requests to a more streamlined
https://www.labymod.net/api/changeendpoint.All meta data needs to be sent along as a single URLEncoded "multi" request. While more efficient, it removes labylib's ability to update these values individually. A
Multiclass is therefor proposed; where each data point can be modified by calling a semantic functioncolor(),template()etc.Added cosmetics to Wiki