Tags
Creators
Details
All versions
1.19.2-0.5.0.i
Release
Create 1.19.2 0.5.0.i3 years ago 16.4K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Create 0.5i
Enhancements & Fixes
- Fixed crash when loading trains with most recent forge versions
- Fixed players getting kicked when merging very large track networks
- Fixed blending issues with nixie tube and display link models (1.19)
- Crashes that occur during schematic loading no longer terminate the server
- Fixed crash when creating new belts at existing chutes/funnels
- Fixed ghost items appearing on non-powered belts when extracted from
- Fixed AE2 ore crushing compat recipes not using up-to-date modid/blocks (1.18)
- Added Enchantment Descriptions for "Capacity" and "Potato Recovery"
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:LNytGWDc:1Nb1UGA5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:1Nb1UGA5"
}

