Files
dmg 848f5c643f
CI / build (push) Successful in 1m14s
Release / release (push) Successful in 2m11s
feat(sort): add craftable sorting stick
2026-09-04 11:48:09 -04:00

1.2 KiB
Raw Permalink Blame History

type, title, description, status
type title description status
User Story US-002: Craft a Sorting Stick Let players craft a recognizable utility item that invokes inventory sorting. done

US-002: Craft a Sorting Stick

As a player, I want to craft a recognizable Sorting Stick so that I can invoke inventory sorting during normal gameplay.

Acceptance criteria

  • 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.
  • 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.