{"id":26742303,"url":"https://github.com/sublemon-team/fonticonslib","last_synced_at":"2026-02-07T09:01:17.851Z","repository":{"id":284569920,"uuid":"955281006","full_name":"Sublemon-Team/FontIconsLib","owner":"Sublemon-Team","description":"Library for mindustry mods, adding a way to modify font to add their own custom icons. Mod team icons supported.","archived":false,"fork":false,"pushed_at":"2025-04-14T10:51:45.000Z","size":122,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T17:49:00.647Z","etag":null,"topics":["java","mindustry-mod","mindustry-mod-v7","mindustry-mods"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sublemon-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-26T11:55:48.000Z","updated_at":"2025-04-14T10:51:49.000Z","dependencies_parsed_at":"2025-03-26T15:51:59.291Z","dependency_job_id":null,"html_url":"https://github.com/Sublemon-Team/FontIconsLib","commit_stats":null,"previous_names":["sublemon-team/fonticonslib"],"tags_count":1,"template":false,"template_full_name":"Anuken/MindustryJavaModTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sublemon-Team%2FFontIconsLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sublemon-Team%2FFontIconsLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sublemon-Team%2FFontIconsLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sublemon-Team%2FFontIconsLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sublemon-Team","download_url":"https://codeload.github.com/Sublemon-Team/FontIconsLib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248930923,"owners_count":21185102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mindustry-mod","mindustry-mod-v7","mindustry-mods"],"created_at":"2025-03-28T06:17:22.996Z","updated_at":"2026-02-07T09:01:17.771Z","avatar_url":"https://github.com/Sublemon-Team.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![STARS](https://img.shields.io/github/stars/Sublemon-Team/FontIconsLib?style=for-the-badge\u0026label=%E2%AD%90%EF%B8%8FSTAR%20FICO)](https://github.com/VuzZis/Subvoyage)\n[![Download](https://img.shields.io/github/v/release/Sublemon-Team/FontIconsLib?color=6aa84f\u0026include_prereleases\u0026label=Latest%20version\u0026logo=github\u0026logoColor=white\u0026style=for-the-badge)](https://github.com/VuzZis/Subvoyage/releases)[![Total Downloads](https://img.shields.io/github/downloads/Sublemon-Team/FontIconsLib/total?color=7289da\u0026label\u0026logo=docusign\u0026logoColor=white\u0026style=for-the-badge)](https://github.com/VuzZis/Subvoyage/releases)\n[![Discord](https://img.shields.io/discord/1252898892882903082?style=for-the-badge\u0026logo=discord\u0026label=SUBLEMON-TEAM)](https://discord.gg/Gsbajms8CK)\n# Font Icons Lib (FICO-Lib)\nThis is a library, for all Mindustry modders, \nfeaturing a way to add custom font icons without any coding.\n\n## How To Use\n1. Create a new file in `assets/icons`, named `\u003cmodid\u003e.icons` (replace `\u003cmodid\u003e` with your actual id)\n2. Write your icon data as in example config\n3. Install this mod and it will automatically read your file and add following icons\n\n## [Example](https://github.com/Sublemon-Team/FontIconsLib/tree/master/assets/icons/yourmodid.icons)\n```properties\n# Example config for this library\n# You should name your file \u003cmodid\u003e.icons, and put in assets/icons/\n\n# Your icon texture must be in assets/sprites/ui\n\n# The format for icon info is this:\n# \u003ctype\u003e \u003cid\u003e \u003ctexture\u003e [name] [width] [height] [advance]\n\n#type:  the type of icon, either \"icon\" or \"team-icon\"\n#id:    the numeric id of icon, hex or decimal. \"#ABCD\" is the same as \"43981\", \"auto\" will chose any available index\n#       - But, be careful! Your id must be unique, if you use the same id as another mod or vanilla, it will override it!\n#texture: the texture of the icon, you can put \"@-\" and it will replace it with \"modid-\"\n#name:  optional field, the name of the icon, used for reference, if not set, it will be the same as your texture\n#width: multiplier for width of this icon (def: 1.0)\n#height: multiplier for height of this icon (def: 1.0)\n#advance: the advance of this icon (def: 0.0)\n\n# You can also set the property of your icon configuration by putting \"priority \u003cpriority\u003e\" at the top of your file (optional)\n\n# Example code:\npriority 10\n\nicon 60113 @-laser-icon\nicon 60114 subvoyage-laser-icon\nicon #EAD3 @-laser-icon laser-icon\n\nicon auto @-laser-icon\n\nicon auto @-laser-icon 2 2 1\n\n# For team icons, the name will be the team name\nteam-icon 60116 @-team-melius melius\n\n# To use those icons, you can use \\u tag in your text, and add your hex id, like this:\n# somebundletext = This is a template \\uEAD3 icon!\n# Or, you can use [fico-] to use icon's name\n# somebundletext = This is a template [fico-laser-icon] icon!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublemon-team%2Ffonticonslib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublemon-team%2Ffonticonslib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublemon-team%2Ffonticonslib/lists"}