All versions
0.3.0a
Release
Create Train Additions 0.3.0a 1.19.23 years ago 12.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Unavailable version
Changes
Update 0.3.0
new content:
- small platform (white, red, blue, yellow)
- platform (white, red, blue, yellow)
- Anti-rust spray
- Mastsign (8 variations)
- rusty poles (two states for all three pole variations)
new changes:
- retextured all poles to girder texture
- retextured signal controller to railway casing texture
- retexmodeled main signal
- retexmodeled approach signal
- retexmodeled block signal
- retextured all pole textures of signals to girder texture
coming in the next update(s):
- new textures for create 0.5.1 update
- new signal system for internal use (not country based)
- retextures of old models
versions
- 1.19.2
- 1.18.2
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:d6izTMSS:5aNtQcpC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d6izTMSS:5aNtQcpC"
}

