Links
Tags
Creators
Details
0.6.0
Compatibility
Changes
EasyPlaceFix 0.6.0
Version 0.6.0 ports the mod to Minecraft 26.2 and updates compatibility with the current Litematica/MaLiLib branch.
Changes
- Ported the mod to Minecraft 26.2.
- Updated compatibility with:
- Litematica 0.27.1
- MaLiLib 0.28.2
- Fabric API 0.145.4+26.2
- Java 25
- Adapted internal mixins to current client mappings and API changes.
- Added an internal
Tuplecompatibility class to keep placement logic working correctly on Minecraft 26.2.
Compatibility
- Minecraft 26.2
- Java 25
- Fabric Loader 0.19.0+
Note
This is a client-side mod. For multiplayer stability, set Easy Place protocol to SLAB_ONLY.
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:ZlgcL9N0:LQaIGiXb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZlgcL9N0:LQaIGiXb"
}

