Axes Are Weapons
Disables the increased durability loss in combat and enables Looting for axes and more!
Обновлён 18 мая 2026 г. · опубликован 13 марта 2021 г.
Axes Are Weapons
Found your axes break too fast in combat? Annoyed you can't get Looting on it?
Then this is the mod for you!
Axes normally lose 2 durability when hitting things because they are considered a mining tool, not a weapon.
This mod makes axes lose only 1 durability point, just like swords.
It also enables Looting for axes, while Knockback, Fire Aspect and modded sword enchantments can be enabled in the config.
By default, damage enchantments (Sharpness, Smite and Bane of the Arthropods) will now also appear in the Enchanting Table, so you won't have to rely on books.
Note: Enchanting Table options also affect found loot!
The config has more (by default disabled) options like fast Cobweb breaking and "All Tools Are Weapons", which allows to configure which tools or items should be considered weapons.
- for Minecraft 1.16-26.1
- requires Cloth Config. Fabric also requires Fabric API (since 1.8.0)
- works mostly server-only - fast Cobweb breaking will only work when the client has the mod and enabled the setting too
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.10.2-fabric-1.20.2 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-neoforge-1.20.2 | Релиз | 1.20.2, 1.20.3, 1.20.4 | neoforge | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-forge-1.20.2 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | forge | 18 мая 2026 г. | .jar (645 КБ) |
| 1.10.2-fabric-1.19.2 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-forge-1.19.2 | Релиз | 1.19, 1.19.1, 1.19.2 | forge | 18 мая 2026 г. | .jar (644 КБ) |
| 1.10.2-fabric-1.18.2 | Релиз | 1.18, 1.18.1, 1.18.2 | fabric | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-forge-1.18.2 | Релиз | 1.18, 1.18.1, 1.18.2 | forge | 18 мая 2026 г. | .jar (644 КБ) |
| 1.10.2-fabric-1.17.1 | Релиз | 1.17, 1.17.1 | fabric | 18 мая 2026 г. | .jar (23 КБ) |
| 1.10.2-forge-1.17.1 | Релиз | 1.17.1 | forge | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-fabric-1.16.5 | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | fabric | 18 мая 2026 г. | .jar (27 КБ) |
| 1.10.2-forge-1.16.5 | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | forge | 18 мая 2026 г. | .jar (24 КБ) |
| 1.10.2-fabric-1.20.6 | Релиз | 1.20.5, 1.20.6 | fabric | 18 мая 2026 г. | .jar (34 КБ) |
| 1.10.2-neoforge-1.20.6 | Релиз | 1.20.5, 1.20.6 | neoforge | 18 мая 2026 г. | .jar (34 КБ) |
| 1.10.2-forge-1.20.6 | Релиз | 1.20.5, 1.20.6 | forge | 18 мая 2026 г. | .jar (214 КБ) |
| 1.10.2-fabric-26.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric | 18 мая 2026 г. | .jar (35 КБ) |
Показаны последние 15 из 125 версий. Все версии — на Modrinth.
Ченджлог
1.10.2-fabric-1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-neoforge-1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-forge-1.20.2Релиз1.20.2, 1.20.3, 1.20.4 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-fabric-1.19.2Релиз1.19, 1.19.1, 1.19.2 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-forge-1.19.2Релиз1.19, 1.19.1, 1.19.2 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-fabric-1.18.2Релиз1.18, 1.18.1, 1.18.2 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-forge-1.18.2Релиз1.18, 1.18.1, 1.18.2 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
1.10.2-fabric-1.17.1Релиз1.17, 1.17.1 · 18 мая 2026 г.
1.10.2
- fix modded sword enchants appearing in the Enchanting Table or on loot even with "Enable the above in the Enchanting Table too" off and even if they are not primary for swords
[1.20.5/6] backport:
- add back in the removed "Enable the above in the Enchanting Table too" option which was not actually vanilla behavior
[1.19.3 - 1.20.4] backport:
- check item tags as well
- damage enchantments can be added to any weapon (not just axes) via books
- bump minimum Fabric loader version to 0.16.14
- update MixinExtras on Forge to 0.5.4
[1.18 - 1.19.2] backport:
- same as above but check
"c"item tags
[1.16 - 1.17] backport:
- same as above but don't check item tags (and don't use MixinExtras on Forge)
1.10.1
- add
"c:enchantable/mob_loot_primary"and"c:enchantable/knockback_primary"tags to be able to control whether Looting and Knockback appear in the Enchanting Table or on loot - Looting and Knockback won't appear in the Enchanting Table or on loot when "Enable the above in the Enchanting Table too" option is off
Полная история изменений — на Modrinth.
Комментарии
Загружаем…