Annoyance mod that makes you have to mine blocks repeatedly
Run It Back is a Minecraft mod that adds a “retry mining” mechanic. When enabled, certain blocks require multiple attempts to successfully break. This can be configured per block or block tag.
How it works:
Config options:
enabled: Boolean - Whether the mod is active.
count: Integer - How many times a block needs to be mined before it breaks.
creative: Boolean - Whether creative mode players bypass the mechanic.
bypassPermission: String - Permission string allowing a player to bypass the mechanic.
permission: String - Permission string required to run the mod commands.
list: List - Blocks or tags affected. Use `#id:tag` for tags and `#id:block` for blocks.
Commands:
/run-it-back toggle
Toggles the mod on or off.
/run-it-back reload
Reloads the mod configuration from the config file.
Permissions:
run-it-back.bypass
Players with this permission bypass the retry mining mechanic.
run-it-back.command
Players with this permission can use /run-it-back commands.
Example:
count = 4 means the first three mining attempts fail, and the fourth succeeds.minecraft:diamond_ore means diamond ore will require multiple mining attempts.
Conversation