All versions
1.0.0
Release
Mojira 1.0.0last month 8
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Bugs Fixed
- MC-14 (Minecarts that occupy the same space maintain their momentum)
- MC-63 (Player data and region files not written/saved to disk simultaneously, causing item loss/duplication)
- MC-201 (Field of Vision does not turn at all with a turning minecart)
- MC-577 (Mouse buttons block all inventory controls that are not default)
- MC-711 (Tile ticks of connected redstone components might be executed in the wrong order when unloading/reloading chunks)
- MC-779 (Some entities are displayed outside of their spawner)
- MC-195599 (Lightning spawners render full lightning bolt)
- MC-868 (Detector Rail switches junction before Minecart passes detector (happens only with minecarts of certain speed))
- MC-957 (Powered rails do not update when additional power sources are added or removed)
- MC-1691 (Sprinting / falling on thin blocks uses the block below for the particles)
- MC-2023 (Minecart rails break when moved with a block under certain conditions)
- MC-75716 (Pistons can create ghost blocks of rails)
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:rPHf4FRI:ogDJFE1a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rPHf4FRI:ogDJFE1a"
}

