diff --git a/data/content.ts b/data/content.ts index 2804612..fbb6688 100644 --- a/data/content.ts +++ b/data/content.ts @@ -352,12 +352,12 @@ export const MOD_GAMES: ModdedGame[] = [{ description: "Server-side tooling and quality-of-life changes for dedicated Palworld servers.", mods: [{ id: 1, - title: "Got Your Number", - description: "Adds paldex numbers to the Palbox pal details screen, and the main menu pal status screen.", - link: "https://steamcommunity.com/sharedfiles/filedetails/?id=3780862038", - linkLabel: "Steam", - version: "0.2.0", - tags: ["Client", "Unreal Engine", "Palworld", "UE4SS", "C++"], + title: "PalUI Extension", + description: "A collection of UI enhancements for Palworld, focused on manipulating the existing UI instead of adding complex new elements.", + link: "https://plz.gimme.pet/ferren/PalUIExtension", + linkLabel: "Git", + version: "0.0.3", + tags: ["Client", "Unreal Engine", "Palworld", "UE4SS", "C++", "UI", "Injection"], }] } ];