Tags
Creators
Details
v4.0.403-mc1.20.6-fabric
Compatibility
Required content
Changes
This version is automatically released by CI Build
Latest commit log:
Fix 1.21.6+ and 26.x version compatibility (#211)
- Fix crash with
renderTradeEnchantedBookMC 1.21.11
Also fix crash with RenderUtil::drawLine
Signed-off-by: Hendrix-Shen HendrixShen@hendrixshen.top
- fix:
-
prevent recursive config GUI redraws
-
update favorites support click handling for 1.21.10+
-
fix PcaSyncProtocol villager restock data
-
update villager trade offer access for 1.21.10+
-
update inventory preview select mixin signatures for 26.1+
-
- update hand restock support for 26.1+
- adjust hand restock crafting mixin handling
- update SearchMobSpawnPointUtil for 26.2
- update MalilibFavoritesData for 26.1+
- update Litematica easy place mixin injections
- update inventory preview select mixin signatures
-
- update inventory preview rendering support for 26.1+
- update inventory preview selection mixin handling for 26.1 and 26.2
- update malilib config screen and favorites support for newer Minecraft APIs
- update container cache and inventory preview sync mixins
- add MagicLib immediate text drawer support for 26.2
- fix villager tracer entity filter precedence
-
- update multi-version rendering and malilib compatibility
- add Java 25 toolchain support for 26.1+
- update entity info camera access for 1.21.11+ and 26.2
- centralize villager offer access for 1.21.6+
- update villager restock, trade info, and trade preview handling
- add malilib JSON and inventory overlay type compatibility helpers
- update level renderer injection handling for 1.21.6-1.21.9
- update RenderUtil line rendering for 1.21.1+
- update restock, inventory preview, and masa config GUI compatibility handling
- update litematica easy place mixin requirements for 26.1+
- update 26.2 spawn point entity lookup and immediate text drawer support
-
a
-
refine compatibility and formatting
-
Revert getOverworldClockTime() back to getDayTime()
-
Disable unsupported 1.21+ trade preview mixins and fix SearchMobSpawnPointUtil coordinate formatting.
Signed-off-by: Hendrix-Shen HendrixShen@hendrixshen.top Co-authored-by: Hendrix-Shen HendrixShen@hendrixshen.top
Build Information
- File name:
MasaGadget-mc1.20.6-fabric-4.0.403-development.jar - SHA-256:
f107b3577f78087dcdc25fb650f3d3930edeb53cabe23ea851dc9cda2d94d0c1 - Built from: https://github.com/Nyan-Work/MasaGadget/actions/runs/32012953919
Optional dependencies
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:qGUUhBWE:G5ZJKz0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qGUUhBWE:G5ZJKz0C"
}






