fix(progress): count logs from disrupted trees
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## 2026-08-11
|
||||
|
||||
### 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.
|
||||
- Progress now classifies unstripped natural `*_LOG`, crimson stem, and warped stem materials directly, so each qualifying block counts even after the tree structure is disrupted.
|
||||
- Wood, hyphae, stripped variants, and bamboo remain excluded; player-placed qualifying materials count because Spigot does not expose generation provenance.
|
||||
- Giant mushroom stems retain cap-based validation because their shared stem material cannot distinguish red from brown, while automatic felling still requires a validated intact tree and an axe.
|
||||
- Verified disrupted-tree progress, excluded processed materials, tool-independent progress, axe-only felling, and the complete build with `./gradlew clean check jar`.
|
||||
|
||||
### US-001 tool-independent progress corrected
|
||||
|
||||
- Reproduced the progression gap caused by sharing the automatic-felling axe restriction with manual unlock progress.
|
||||
|
||||
@@ -13,7 +13,11 @@ As a **survival player**, I want to unlock Tree Feller by practicing with each t
|
||||
|
||||
- [x] Progress is tracked independently for oak, spruce, birch, jungle, acacia, dark oak, mangrove, cherry, pale oak, crimson fungi, warped fungi, giant red mushrooms, and giant brown mushrooms as represented by Spigot 26.2 materials.
|
||||
- [x] Azalea-grown oak logs contribute to oak progress, and bamboo does not contribute to any tree species.
|
||||
- [x] A block contributes progress when a player manually breaks it in Survival mode from a structure that passes Tree Feller's tree validation, regardless of whether the player uses an axe, another tool, or an empty hand.
|
||||
- [x] A manually broken unstripped natural trunk material with an unambiguous species contributes Survival progress even when the remaining structure no longer passes full tree validation.
|
||||
- [x] Natural trunk materials include the supported `*_LOG`, `CRIMSON_STEM`, and `WARPED_STEM` blocks; wood, hyphae, stripped variants, and bamboo do not contribute.
|
||||
- [x] Giant mushroom stems contribute only when surrounding cap context allows Tree Feller to distinguish red from brown.
|
||||
- [x] Player-placed blocks using an otherwise qualifying natural trunk material contribute because Spigot does not expose reliable generation provenance.
|
||||
- [x] A qualifying block contributes regardless of whether the player uses an axe, another tool, or an empty hand.
|
||||
- [x] Creative-mode breaks, cancelled breaks, and blocks removed by automatic felling do not contribute progress.
|
||||
- [x] Each qualifying manually mined block contributes exactly one point to its species.
|
||||
- [x] Each species has an independently configurable unlock threshold that defaults to 100 blocks.
|
||||
|
||||
Reference in New Issue
Block a user