Перейти к содержимому
Mineforgian

Track API

This API is a required mod for Immersive Railroading and other train mods in the future.

Загрузки
142K
Подписчики
15
Обновлён
14 июня 2026 г.
Лицензия
MIT

Опубликован 18 сентября 2023 г.

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'

Ченджлог

1.21.1-forge-1.3Релиз1.21.1 · 14 июня 2026 г.

The 1.21.1 Forge version is ported by @Codetoil. Thanks!

1.7.10-forge-1.3Релиз1.7.10 · 14 июня 2026 г.
  • Added ITrackV2 interface to allow more interactions between trains and tracks

Комментарии

Загружаем…