
Brush Extender
Minecraft recently introduced the brush as a new tool for cleaning suspicious sand. However, it has one significant shortcoming: players can only use the brush on suspicious sand, making it completely useless for any other blocks, even those created based on the original suspicious sand.
We decided to fix this problem! Our mod implements a special "Brushable" interface, which allows developers of other modifications to easily turn any block or block entity into an object that can be cleaned with a brush. Now mod creators can add their own "brushable" blocks without needing to use complex mixins or interfere with the game's core code.
The best part is that we've already included support for this interface in the original suspicious sand by default. If you're extending the functionality of SuspiciousSandBlockEntity in your modification - all the necessary work has already been done for you, just use the ready-made capabilities!