Tags
Creators
Details
All versions
1.19.2-0.5.1.i
Release
Create 1.19.2 0.5.1.i2 years ago 700.7K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Changes
1.20.1:
- Minimum required forge version is now 47.1.43
- Added missing load conditions for some of the compatibility recipes (IThundxr)
- Vaults and tanks no longer place in bulk when a symmetry wand is active
- Fixed a memory leak in funnels and observers (IThundxr)
1.18 and above:
- Fixed deployers not replacing replaceable blocks like water (IThundxr)
- Fixed IC2 compatibility recipes crashing the game
- Fixed moving single-tile tanks and vaults leading to crashes
- Fixed negative values displayed on kinetic generator goggle overlay
- Fixed items in ponder being culled incorrectly (IThundxr)
- Prevent basins from endlessly queuing up particle information when no players are near
- Fixed some containers not limiting stack sizes when inserted into by mods like AE2
- Addressed a bunch of item duplication and schematic printing issues
- Fixed elevator doors not always updating their collision shape (EliteTK)
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:tJVykywJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:tJVykywJ"
}

