NoItemBreak
A client-side Fabric mod for Minecraft 1.21.11 that prevents you from accidentally breaking your tools and weapons.
30
0
30
0
A client-side Fabric mod that prevents you from accidentally breaking your tools and weapons.
When an item in your main hand reaches 1 durability, NoItemBreak blocks any action that would destroy it (attacking, mining, using). A warning message is shown in your action bar.
Features
- 🛡️ Blocks attacks, mining and item use when durability is critically low
- ⚙️ Configurable list of protected items
- 💾 Config persists between sessions
- 🖥️ In-game config screen (via ModMenu, optional)
- 💬 Commands to manage the list without leaving the game
Configuration
This mod can be configured using either:
- ModMenu (easiest way)
- Slash commands
Via ModMenu
Open Options → Mods → NoItemBreak → Config to manage the list of protected items.
Via commands
/noitembreak add <item_id> — Add an item (with autocomplete)
/noitembreak remove <item_id> — Remove an item
/noitembreak list — Show all protected items
Example:
/noitembreak add minecraft:netherite_sword
Config file
The config is saved at .minecraft/config/noitembreak.json:
{
"enabled": true,
"protectedItems": [
"minecraft:diamond_sword",
"minecraft:netherite_pickaxe"
]
}
Default protected items
All diamond and netherite tools and weapons are protected by default:
diamond_sworddiamond_pickaxediamond_axediamond_shoveldiamond_hoenetherite_swordnetherite_pickaxenetherite_axenetherite_shovelnetherite_hoe
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:4 недели назад