Links
Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated 2 days ago
All versions
0.5.9
Release
EasyPlaceFix 0.5.95 months ago 7,384
Compatibility
Minecraft: Java Edition
26.1.1–26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
EasyPlaceFix 0.5.9
Version 0.5.9 ports the mod to Minecraft 26.1.1 and the new Litematica/MaLiLib branch and refreshes client-side mod metadata.
Changes
- Ported the mod to Minecraft
26.1.1. - Updated the project to the current Fabric stack for
26.1.1. - Updated compatibility with:
- Litematica
0.27.1 - MaLiLib
0.28.2 - Fabric API
0.145.4+26.1.1 - Java
25 - Migrated the codebase to the new mappings and API model used by the
26.1branch. - Fixed
decorated_potplacement: - item lookup now respects item components;
- Refreshed mod metadata:
- fixed the client entrypoint;
- marked the mod as client-only;
Compatibility
- Minecraft
26.1.1 - Java
25 - Fabric Loader
0.19.0+
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:sHUZ8BNx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZlgcL9N0:sHUZ8BNx"
}

