Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
1.4.0-fabric
Release
[Fabric 1.18.2] 1.4.04 years ago 148
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
- Add settings menu, allowing you to toggle on and off each bug fix
- MC-140646 - Text fields don't scroll while selecting text with Shift
- MC-4490 - Fishing line not attached to fishing rod in third person while crouching
- MC-53312 - Illager/(zombie) villager/witch robes don't render the last two rows of pixels
- MC-111516 - Player flickers/turns invisible when flying at high speeds
- MC-84873 - DeathTime values 20+ cause corrupted mobs
- MC-235035 - Sleeping in a custom dimension with "natural" set to false causes crash
- MC-162253 - Lag spike when crossing certain chunk borders - replaces ForgetMeChunk
- MC-108948 - Boat on top of slime blocks hover over block
- MC-93384 - Bubbles appear at the feet of drowning mobs
- MC-132878 - Armor stands destroyed by explosions/lava/fire don't produce particles
- MC-151412 - "Edit Server Info" window does not focus "Server Name" text field automatically
- MC-233042 - Server Address field isn't focused when Direct Connection menu is opened
- MC-200418 - Cured baby zombie villagers stay as jockey variant
- MC-223153 - Block of Raw Copper uses stone sounds instead of copper sounds
- MC-148149 - Linux game crash when opening links - replaces FastOpenLinksAndFolders
- MC-132878 - Armor stands destroyed by explosions/lava/fire don't produce particles
- MC-249059 - Loading terrain screen cannot close before 2 seconds have passed
- MC-123739 - Recipe book entries are not sorted in any meaningful manner (aws404)
- MC-122477 - Linux/GNU: Opening chat sometimes writes 't'
- MC-46766 - Mining a block in Survival, then changing to Spectator creates a breaking animation and sound
- MC-215531 - The carved pumpkin overlay isn't removed when switching into spectator mode
- MC-217716 - The green nausea overlay isn't removed when switching into spectator mode
- MC-69216 - Switching to spectator mode while fishing keeps rod cast
- MC-119417 - A spectator can occupy a bed if they enter it and then are switched to spectator mode
- MC-119754 - Firework boosting on elytra continues in spectator mode
- MC-129909 - Players in spectator mode continue to consume foods and liquids shortly after switching game modes
- MC-193343 - Soul Speed effect remains after switching to spectator mode
- MC-215530 - The freezing effect isn't immediately removed when switching into spectator mode
- improve MC-121772
- improve MC-231097
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:D3InZWhh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QwxR6Gcd:D3InZWhh"
}

