Skip to content

Instantly share code, notes, and snippets.

@comp500
Forked from LambdAurora/mc_mod_badges.md
Last active April 24, 2023 11:56
Show Gist options
  • Save comp500/2b1d31da220e5b8c37fed7ee6ca98fac to your computer and use it in GitHub Desktop.
Save comp500/2b1d31da220e5b8c37fed7ee6ca98fac to your computer and use it in GitHub Desktop.
Minecraft Mod Badges

Environment

Environment both: both https://img.shields.io/badge/environment-both-4caf50?style=flat-square

Environment any: any https://img.shields.io/badge/environment-any-707070?style=flat-square

Environment client: client https://img.shields.io/badge/environment-client-1976d2?style=flat-square

Environment client, optional server client, opt server https://img.shields.io/badge/environment-client%2c%20opt%20server-536a9e?style=flat-square

Environment server: server https://img.shields.io/badge/environment-server-orangered?style=flat-square

Environment server, optional client server, opt client https://img.shields.io/badge/environment-server%2c%20opt%20client-c65135?style=flat-square

Mod loaders

Fabric: Mod loader: Fabric https://img.shields.io/badge/mod%20loader-fabric-d64541?style=flat-square

Forge: Mod loader: Forge https://img.shields.io/badge/mod%20loader-forge-1976d2?style=flat-square

Fabric, external: Mod loader: Fabric (External link) https://img.shields.io/badge/mod%20loader-fabric-d64541?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAElBMVEUAAAD///////////////////8+Uq06AAAABXRSTlMAgHd/wE1PadYAAAA3SURBVHheY0AGqqEBDAyhoQFMIDqAgYHRFUKLGoFpxmAGARAtasDAAKIFGVjBNANWOhQEGNABACDHCJDx1GXeAAAAAElFTkSuQmCC

Forge, external: Mod loader: Forge (External link) https://img.shields.io/badge/mod%20loader-forge-1976d2?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAElBMVEUAAAD///////////////////8+Uq06AAAABXRSTlMAgHd/wE1PadYAAAA3SURBVHheY0AGqqEBDAyhoQFMIDqAgYHRFUKLGoFpxmAGARAtasDAAKIFGVjBNANWOhQEGNABACDHCJDx1GXeAAAAAElFTkSuQmCC

Curseforge's HTML sanitisation doesn't like these URLs, so you can use the attached .svg files instead of the shields.io hosted ones - just right click one and select "View Image" to get the raw URL.

The external link icon is licensed CC0, with the following SVG source code:

<?xml version="1.0" encoding="UTF-8"?>
<svg width="14" height="14" version="1.1" viewBox="0 0 3.7042 3.7042" xmlns="http://www.w3.org/2000/svg">
 <g fill="#fff">
  <path transform="scale(.26458)" d="m2 2v10h10v-5h-1v4h-8v-8h4v-1z" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0016"/>
  <path d="m1.5875 1.8521 0.26458 0.26458 1.0583-1.0583-0.26458-0.26458z"/>
  <path d="m3.4396 0.26458v1.3229l-1.3229-1.3229z"/>
 </g>
</svg>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment