ModsJava
Track API
A compatibility layer for train mods. Free Minecraft Java mod for 1.21.1, 1.21.8, 1.21.4.
⬇ Download on CurseForgeSummary
A simple API to allow mods that interact with track to interoperate.
Primarily used by Immersive Railroading.
Usage (For Developers)
Add the maven repository to your build.gradle(.kts)
repositories {
maven {
url = "https://teamopenindustry.cc/maven"
}
}
Then add the API to your dependencies block
'trackapi:TrackAPI:${game_version}-${platform}-${mod_version}'
For example, if you want to build for Forge 1.12.2, add implementation 'trackapi:TrackAPI:1.12.2-forge-1.3'
Track API is a free Minecraft Java mod. Compatible with Minecraft 1.21.1, 1.21.8, 1.21.4, 1.20.1 and newer. Downloaded 4,194,171 times (via CurseForge). Download it and open it directly in the game.