From 6dbaa647dc367abf5a789d61ec76f65130f8722f Mon Sep 17 00:00:00 2001 From: Hunter Date: Mon, 7 Sep 2026 20:00:44 -0400 Subject: [PATCH] changed mods for palworld --- data/content.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"], }] } ];