changed mods for palworld

This commit is contained in:
Hunter
2026-09-07 20:00:44 -04:00
parent 885c41e2bc
commit 6dbaa647dc

View File

@@ -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"],
}]
}
];