bunnyi116/fabric-bedrock-miner — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft Fabric client mod that helps players break bedrock in survival style using the usual piston, redstone torch, slime block, haste beacon, and Efficiency V pickaxe setup.

I want it to work from the client side. The player should be able to turn it on by right clicking bedrock with an empty hand, or by typing /bedrockMiner. When it is on, left clicking bedrock should make the mod automatically try to remove that bedrock block. Right clicking bedrock with an empty hand again should turn it off.

Please add simple client commands for enabling and disabling the mod, adding or removing allowed blocks, adding or removing floor blacklist levels, creating region tasks between two positions, clearing tasks, using a short wait mode, and turning debug logging on or off.

Keep dangerous blocks protected by default, like command blocks, barriers, structure blocks, jigsaw blocks, air, and replaceable blocks. Make it configurable, but safe by default. Look up current Fabric mod docs online if needed.

Want more depth? Deep Reverse