Haven Trowel
The ultimate tool for efficient random block placement!
Features
- Trowel Durability (Configurable): Enable or disable durability for the trowel to suit your playstyle.
- Inventory Block Usage: Optionally use blocks from your entire inventory, or just the hotbar.
- Block Highlighting: See exactly where your trowel will place a block with a customizable highlight color.
- Blacklist Configuration: Prevent the trowel from placing specific blocks using a fully adjustable blacklist.
Customization
Haven Trowel is highly configurable! Adjust highlight colors, toggle features, or modify the blacklist through an easy-to-edit config file.
Why Use Haven Trowel?
Simplify and speed up your building projects without compromising control or creativity.
Notes
- Designed to integrate seamlessly with your modded or vanilla Minecraft experience.
- Built with performance and flexibility in mind.
Make building effortless with Haven Trowel!

Default Configuration
#If true, it will have durability when used.
enable_trowel_durability = true
#If true, the trowel will use the inventory blocks as well as hotbar blocks, if false it will only use hotbar blocks.
enable_inventory_blocks = false
#If true, the trowel will highlight the block that will be placed.
enable_trowel_highlight = true
#The red value of the highlight color (0.0 - 1.0).
trowel_highlight_red = 1.0
#The green value of the highlight color (0.0 - 1.0).
trowel_highlight_green = 0.0
#The blue value of the highlight color (0.0 - 1.0).
trowel_highlight_blue = 1.0
#The alpha value of the highlight color (0.0 - 1.0).
trowel_highlight_alpha = 1.0
#The blacklist of blocks that can't be placed with the trowel.
trowel_blacklist = ["#minecraft:saplings", "#minecraft:buttons", "#minecraft:pressure_plates", "minecraft:chain", "#minecraft:doors", "#minecraft:candles", "#minecraft:banners", "minecraft:snow", "minecraft:moss_carpet", "minecraft:pointed_dripstone", "#c:mushrooms", "#minecraft:flowers", "minecraft:torch", "minecraft:ladder", "minecraft:lever", "minecraft:redstone_torch", "minecraft:redstone", "minecraft:tripwire_hook", "minecraft:tripwire", "minecraft:repeater", "minecraft:comparator", "minecraft:observer", "minecraft:daylight_detector", "minecraft:daylight_detector_inverted"]