EssentialGG / Elementa

A simple, declarative GUI library for Minecraft
GNU Lesser General Public License v3.0
351 stars 30 forks source link

Misc: Fix build reference badges #121

Closed DJtheRedstoner closed 1 year ago

DJtheRedstoner commented 1 year ago

Turns out we still used the badges.modcore.net service even though we didn't use any of its authenticated services. We are able to move to the public shields.io instance without any changes.

This also fixes pull request builds showing in the build reference by filtering for the version with the following XPath: /metadata/versioning/versions/version[not(contains(text(),'pull'))][last()]