Links
Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 2 months ago
All versions
v8.0.3-1.20.1-Forge
Release
[FORGE] [1.20.1] ProPlacer-v8.0.3last year 1.07M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v8.0.3-1.20.1] - 2025-08-19
Fixed
- Fix crash with the Alex's Mobs mod
[v8.0.2-1.20.1] - 2024-06-30
Fixed
- Fix unable to use items while looking down
- Fix unable to place bottom slabs via the reach-around mechanic
[v8.0.1-1.20.1] - 2024-06-26
Changed
- Mark mod as client-only
- Fast block placement is no longer disabled while sneaking, use the dedicated key toggle instead
[v8.0.0-1.20.1] - 2024-06-26
- Fully rewritten for Minecraft 1.20.1
Added
- Add reach-around block placement: place a block in front of the block you are standing on by clicking in midair
- Add fast block breaking for creative mode: similar to the placement mechanics, blocks placed in a row or column can quickly be broken without skipping some
Changed
- Fast block placement can be toggled in-game via a new keybind
- Placing slabs and stairs is supported much better
Fixed
- Fix missing item use delay for items with a right-click interaction
Optional dependencies
Any compatible 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:LhK0LkWd:nAAkM9HI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LhK0LkWd:nAAkM9HI"
}

