docs(hexlabel): mark FMF.HexLabelMod released; Steam + gregModHexLabelMod repo

Made-with: Cursor
This commit is contained in:
Marvin
2026-04-10 14:51:19 +02:00
parent e818c78baa
commit 6e2cdac1dd
7 changed files with 30 additions and 21 deletions

View File

@@ -141,17 +141,17 @@ export const moduleCatalog: ModuleEntry[] = [
{
id: 'fmf-hex-label-mod',
name: 'FMF.HexLabelMod',
repoFolder: 'gregMod.HexLabelMod',
repoFolder: 'gregModHexLabelMod',
type: 'mod',
description: 'In-world hex color labels for cable spinners and racks.',
version: 'NotReleasedYet',
version: '00.01.0009',
author: 'mleem97 / gregFramework Community',
languages: ['C#'],
dependencies: ['MelonLoader', 'Harmony'],
wikiPath: '/wiki/mods/fmf-hex-label-mod',
releasePath: '/wiki/releases/mods/fmf-hex-label-mod-release',
downloadPath: '/mod/FMF.HexLabelMod.dll',
releaseReady: false,
releaseReady: true,
},
{
id: 'fmf-lang-compat-bridge',