▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/NoItemBreak

NoItemBreak

A client-side Fabric mod for Minecraft 1.21.11 that prevents you from accidentally breaking your tools and weapons.

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_sword
  • diamond_pickaxe
  • diamond_axe
  • diamond_shovel
  • diamond_hoe
  • netherite_sword
  • netherite_pickaxe
  • netherite_axe
  • netherite_shovel
  • netherite_hoe

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:4 недели назад
Главная