File Details
Steve's Advanced Storage v0.2.0
- B
- Apr 14, 2026
- 166.66 KB
- 9
- 1.21.1
- NeoForge
File Name
s3-advanced-0.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[0.2.0] - 2026-04-14
Added
- feat: replace block textures with artist textures, add directional facing
- feat: add Auto-Crafter naming and pairing status lang keys
- feat: rewrite AutoCrafterMenu/Screen for face-based pairing and custom naming
- feat: add FACING block state to BlockRecipeMemoryBox for face-based pairing
- feat: add CrafterSlot record to replace PatternKey as coordinator job key
Changed
- refactor: delete PatternKey — fully replaced by CrafterSlot
- refactor: replace PatternKey display in MachineInterface GUI with pairing status
- refactor: remove crafter picker and crafterPositions from RMB/RecipePattern GUI
- refactor: update packets to use CrafterSlot; add RenameAutoCrafterPacket; remove assign/unassign packets
- refactor: replace PatternKey assignments with face-based pairing and CrafterSlot
Fixed
- fix: prevent 'e' closing screen during rename, hide clear button under quantity overlay, and refresh auto-crafter title on rename
Other
- test: update existing gametests to use CrafterSlot and new MI/storage APIs
- test: rewrite AutoCrafterGameTests and add PairingGameTests for face-based pairing
- chore: remove unused isInBounds method from RecipePatternScreen
- chore: remove dead setResponder call in AutoCrafterScreen
- chore: fix minor code quality issues from Task 3 review
- docs: update RMB pairing design to face-based directional model