Compatibility
Minecraft: Java Edition
26.1.2
1.21.8
1.21.4
1.21.1
1.20.1
1.19.4
1.18.2
1.17.1
1.16.4–1.16.5
1.15.2
1.14.4
1.12.2
1.11.2
1.10.2
1.7.10
Platforms
Supported environments
Client and server
Links
Creators
Details
Licensed MIT
Published 3 years ago
Summary
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'


