Tags
Creators
Details
1.0.2
Compatibility
Changes
The Enhanced Update 1.0.2!
This version combines several hotfixes into one. This version does not require Thingamajigs to run.
Tested on a dedicated server in an internal test environment and seems to work.
Additions:
-
Linkable Crossing Signal Components Functionality
-
Linker, Breaker and Controller for Linkable Crossing Signal Components (shift right click to delete and add components to a linked controller, ingame tooltip describes how to use the items better)
-
Enhanced Directional Crossing Signal (shows train direction based on redstone input, swappable for another direction, and has default no-direction option, very customizable)
-
Multipurpose Sign (customizable data driven signs)
-
Wigwag (3 variants customization)
-
Incandescent "Stop" Red Light (2 variants customization)
-
Sixth E-Bell Type
Changes and Improvements:
- Crossing Light Components now glow in the dark when powered (gate and cantilever variants are included)
- Updated all components to be better functionality-wise, and rotations are now in degrees
- British Railway Crossing Light now has a command-only 'clicky relay' option
- Fixed some model and other bugs
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:ulHcb70J:P1BoZUvh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ulHcb70J:P1BoZUvh"
}

