Tags
Creators
Details
1.4.0
Compatibility
Changes
This release adds support for Minecraft 1.19.3.
New bug fixes:
- MC-62997: Scoreboard overlaps debug screen (#25)
- MC-147659: Some witch huts spawn the incorrect cat (#21)
- MC-252934: Placing structures with item frames logs "Hanging entity at invalid position: BlockPosition" (#22)
Removed bug fixes:
- MC-84873: DeathTime values 20+ cause corrupted mobs
This bug was fixed by Mojang.
- MC-145748: Clicking a settings button when there's a slider under the mouse in the next screen plays the click sound twice
This bug was fixed by Mojang.
- MC-151412: "Edit Server Info" window does not focus "Server Name" text field automatically
This bug was fixed by Mojang.
- MC-233042: Server Address field isn't focused when Direct Connection menu is opened
This bug was fixed by Mojang.
- MC-244694: The sounds of goats stomping and ramming aren't controlled by the "Friendly Creatures" sound slider
This bug was fixed by Mojang.
Other changes:
- Fixed an incompatibility with Shield Extensions (#19)
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:ImUQFWcy:ChzyZR8C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ImUQFWcy:ChzyZR8C"
}
