brushable_turtles
Brushing turtles with a brush can drop turtle scutes!
brushable_turtles
rushable Turtles is a small quality-of-life mod for Minecraft 1.21.11 (Fabric) that extends the brush tool's functionality to turtles. What it does: When you right-click a turtle while holding a brush, the turtle drops a turtle scute — similar to how brushing an armadillo drops an armadillo scute. Each brush action consumes 8 durability points (half of what brushing an armadillo costs), making the brush last twice as long when grooming turtles. The brushing animation and sound effect play just like the vanilla brushing experience. How it works: The mod uses two Mixins injected into the vanilla game. One intercepts the Item.useOnEntity method to detect when a player uses a brush on a turtle, triggering the drop logic and damage. The other provides access to the entity's world instance. No new items, blocks, or entities are added. No configuration is needed — it works out of the box. What it doesn't do: It does not affect suspicious blocks, armadillos, or any other vanilla brushing behavior. It does not change turtle AI, spawning, or breeding. It does not modify any existing loot tables. It is purely additive — simply brushing a turtle now yields scutes, just like brushing an armadillo yields armadillo scutes. Compatibility: Requires Fabric API. Safe to add to existing worlds. Works on both client and server .