2.1.0
Compatibility
Changes
Changelog
๐ ๏ธ 2.1.0 Major Update
Not a tiny patch anymore. A.k.a. "the trowel got serious".
โจ New Stuff
- Added the Netherite Trowel
- Added the Attraction enchantment
- Added new upgrade recipes for the Netherite Trowel
- Added Create sequenced assembly support for the upgrade
- Added Attraction enchanted book trades for Librarians and Wandering Traders
๐ง Improvements
- Improved quick-place for large builds
- Better replacement mode behavior
- Silk Touch now enables careful replacement
- Netherite Trowel now uses careful replacement by default
- Better tooltip styling and general polish
๐ Fixes
- Fixed the big quick-place issues on very large areas
- Fixed drop auto-collection filling the hotbar
- Fixed several placement, preview, and compatibility issues
- Fixed more weird survival-building edge cases than I expected
๐งช Testing
Tested by: me
QA team: still me
Confidence level: release-worthy, somehow
๐ Languages
๐ท๐บ Russian
๐ฌ๐ง English
โ ๏ธ Notes
This update adds a lot and fixes a lot.
So if something still explodes in a very specific and creative way: please tell me.
๐ฌ Feedback
Discord: https://discord.gg/JTvZySpD2V
Bug reports, ideas, weird screenshots, cursed builds: all welcome.
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:8JkKF4fh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UlABVhYC:8JkKF4fh"
}

