docs(sort): define sorting stick recipe

This commit is contained in:
dmg
2026-09-04 11:08:22 -04:00
parent a16559c9c5
commit b12f86f84c
2 changed files with 10 additions and 3 deletions
@@ -11,12 +11,14 @@ As a **player**, I want to craft a recognizable Sorting Stick so that I can invo
## Acceptance criteria
- [ ] The plugin registers a documented shaped crafting recipe for the Sorting Stick.
- [ ] The plugin registers a vertical shaped recipe with a Chest or Barrel above Redstone Dust and Redstone Dust above a Stick.
- [ ] The three ingredients occupy the center column of the 3×3 crafting grid.
- [ ] Either the Chest or Barrel recipe variant produces one Sorting Stick.
- [ ] The Sorting Stick has a distinct player-facing name and appearance.
- [ ] The item is identified using persistent item metadata rather than its display name alone.
- [ ] Renamed ordinary sticks cannot trigger sorting.
- [ ] Recipe registration, recipe shape, and resulting item identity are covered by automated tests.
- [ ] The crafting recipe is documented for players.
- [ ] Automated tests cover recipe registration, the exact shape, both storage-block variants, output quantity, and resulting item identity.
- [ ] The crafting recipe and both accepted variants are documented for players.
## Related