Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
0.5.0+26.2
Release
bHold easyPlace 0.5.0last month 135
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
0.5.0+26.2 (2026-08-22)
- New icon, a hold ring in the mod's red on the dark background.
- New banner art for the repo and listing.
- Display name is now bHold easyPlace. The mod id and your configs are unchanged.
0.4.1+26.2 (2026-08-22)
- Fix, the loss watchdog no longer false alarms on infinite blocks and cyclers. Server custom items change their hidden data every time the server gives one back or the player cycles a mode, so tracking exact items produced a warning on nearly every placement. The watchdog now tracks the total count of custom items instead, which survives both. Warnings are also rate limited to one per thirty seconds.
0.4.0+26.2 (2026-08-22)
- Custom item server support. Easy place now accepts server custom items such as infinite blocks. Litematica's misplacement guard demanded exact item data on the held stack while the rest of easy place matched by base item, so any custom item failed and clicks on existing blocks were cancelled. When the schematic wants a plain block, the guard now matches by base item. Items that need exact data, like filled shulkers, stay exact. The toggle is named Lenient Item Match.
- Easy place leaves your hotbar alone when what you hold already matches the target. The toggle is named Skip Pick Block When Held.
- Pick block never moves another item into a slot holding a server custom item. The toggle is named Protect Custom Items.
- New watchdog warns when a server custom item leaves your inventory and is not given back within two seconds, with a timestamped log line for lost item tickets. Detection only, the loss itself happens server side. The toggle is named Custom Item Loss Watchdog.
- New loadcheck harness, the production jar now boots against the full play modlist in CI before any release.
Known incompatibilities
Any version
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:8srTTqwk:1TUi1Wst"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8srTTqwk:1TUi1Wst"
}

