-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the feature
I would like to suggest an expansion to Baritone's automation capabilities specifically for handling Copper blocks introduced in recent Minecraft versions (1.17+ through 1.21). Currently, Baritone handles mining well but lacks a specific process for "cleaning" or "scraping" blocks without destroying them.
Proposed Feature: ScrapeWaxProcess
A new process that allows Baritone to interact with blocks using an Axe (the "Scrape" action) instead of mining them.
Goal: Target WAXED_COPPER_BLOCK, EXPOSED_COPPER, WEATHERED_COPPER, and OXIDIZED_COPPER.
Action: Use the MovementHelper.switchToBestToolFor logic to select an Axe and perform a Right-Click (Interact) action to scrape wax or oxidation.
Pathing: The bot should calculate the path to the nearest oxidised/waxed block within a certain radius and move to an interactable distance.
Before submitting a suggestion
-
This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)
-
This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)