Tags
Creators
Details
1.3.0_Neoforge_1.20.1
Compatibility
Changes
v1.3.0 Changelog
Directed Powered Rail
This new rail type always accelerates minecarts in the same direction. This includes stationary minecarts, allowing you to build redstone-controlled train stations, as well as one-way rails. It is crafted like a powered rail with an additional redstone dust at the top.
Other Changes
- Added config option for furnace minecart speed.
- Added config option for directed powered rail speed and crafting recipe yield.
- Added language support for German, French, Spanish, Ukrainian, and Russian.
Bug Fixes
- Linked minecarts now correctly use the max speed set by the configs.
- Fixed compatibility issue with Porting Lib on Fabric.
- Fixed copper rails on Fabric 1.21.11.
- Fixed modded item names on Fabric 1.21.11.
- Furnace minecarts now stop on unpowered copper/powered rails across all versions.
- Powered rails and copper rails now share redstone signals with each other on Fabric (parity with Forge versions).
- Fixed bug that let furnace minecarts continue to drive off rails while burning fuel.
- Fixed chained furnace minecarts interaction with rail jumps.
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:5k6mdRU9:tR2fKr6i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5k6mdRU9:tR2fKr6i"
}

