4.1.0
Compatibility
Changes
Don's Building Stuff 4.1.0 — Trowel Modes and Roller
Date: 2026-08-11
Minecraft: 1.21.1
NeoForge: 21.1.228
Trowel Control Modes
A standard common config file, config/donsbuildingstuff-common.toml, now provides one setting:
[trowels]
TrowelMode = "new"
Three modes are available:
"new"— the 4.0 Palette Editor only."old"— the pre-4.0 inventory controls; the Palette Editor is disabled."hybrid"— both methods at once: the Palette Editor with Ctrl + Right Click and the legacy inventory actions.
The selected mode takes effect after restarting the game. Tooltips and material indicators change with the active control scheme.
Gradient Roller
- Fixed opening the Palette Editor with Ctrl + Right Click while holding the Gradient Roller.
- Fixed swapped axes for horizontal and vertical gradient directions on the selected plane.
- Large areas are recoloured faster: the processing queue increased from 2 to 12 blocks per tick.
- Fixed a configuration-creation error that could prevent the game from loading on NeoForge 21.1.228.
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:UlABVhYC:o74tkfh5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UlABVhYC:o74tkfh5"
}

