Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
1.6.0-fabric
Release
[Fabric 1.18.2] 1.6.04 years ago 252
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
Bug Fixes
- MC-88371 - Ender Dragon flies down in the void when the exit portal is destroyed
- MC-100991 - Killing entities with a fishing rod doesn't count as a kill
- MC-155509 - Puffed pufferfish can hurt the player while dying
- MC-183776 - After switching gamemodes using F3+F4, you need to press F3 twice to toggle the debug screen
- MC-183990 - Group AI of some mobs breaks when their target dies
- MC-30391 - Chickens, blazes and the wither emit particles when landing from a height, despite falling slowly
- MC-89146 - Pistons forget update when being reloaded
- MC-214147 - Skeletons wearing leather armor still convert to strays in powder snow
- MC-26757 - Large item tooltips can get cut off at the edges of the screen
- MC-72151 - Snow Golem's snowballs damage wolves instead of pushing them
- MC-7569 - RCON output has newlines removed
- MC-206922 - Items dropped by entities that are killed by lightning instantly disappear
Misc
- Add patched bugs link to modmenu entry
- Mark shadowed action-bar as incompatible
- Mark shiftscrollfix as incompatible
- Improve MC-199467
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:QwxR6Gcd:J3zRK5bi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QwxR6Gcd:J3zRK5bi"
}

