---
title: Fire Axe
id: excessive_utilities:fire_axe
related_items: [excessive_utilities:fire_axe]
type: item
---

The **Fire Axe** is an Axe that can be used to break entire trees at once, and has infinite durability.

When a Log is mined, it searches for up to 10,000 connected Logs, up to 100 blocks away, and breaks them all at once.

The Fire Axe supports [Infinite Enchantment Stacking]($devs/datapack_tags).

## Configuration

What blocks it can mine is defined by the block tag `#excessive_utilities:mineable/fire_axe`. By default, this includes:
- `#minecraft:logs`

<PrefabObtaining/>