
This is a port of the Text Placeholder API for Neoforge, which is a library that allows you to manipulate text and values easier when using Minecraft's Component and translation system: for example, replacing text with text that is changed and switched up depending on the scenario.
For anyone not aware, this is a library mod and doesn't do anything on its own - it provides tools for other modders to use.
Original mod here
For DevelopersSetting up your project Add Modrinth to your repositories block.
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
Now do implementation
dependencies {
implementation "maven.modrinth:tpan:3.0.0+26.1"
}
Add this as a requirement in your neoforge.mods.toml. Because Neoforge does not support underscores the mod id is placeholderapi.
[[dependencies.${mod_id}]]
modId = "placeholderapi"
type = "required"
versionRange = "[3.0.0+26.1,]"
ordering = "NONE"
side = "BOTH"
As with the original project feel free to JIJ this one
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1, 26.1.1, 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as placeholderapi-neoforge-3.0.0+26.1.jar — drop this file into the mods folder
- Download size: 248 KB
- Download link checked 6 Sept 2026 — working
These come from our own check of the pack file, not from the source page.