fix(felling): support copper axes
Release / release (push) Successful in 2m17s
CI / build (push) Successful in 1m1s

This commit is contained in:
dmg
2026-08-11 19:54:07 -04:00
parent f26b7d0f0d
commit 3dfc1b71af
6 changed files with 11 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
## 2026-08-11
### US-003 copper axe support corrected
- Reproduced copper axes failing automatic-felling eligibility because the explicit Spigot 26.2 axe-material set omitted `COPPER_AXE`.
- Added copper axes alongside wooden, stone, iron, golden, diamond, and netherite axes without broadening eligibility to pickaxes or other tools.
- Verified copper-axe classification, end-to-end felling activation, non-axe rejection, and the complete build with `./gradlew clean check jar`.
### US-001 disrupted-tree progress corrected
- Reproduced remaining lower logs failing to count after an upper trunk block was removed because progression unnecessarily re-ran full intact-tree validation.