Current crafting requires repetitive clicking to create multiple items (e.g., 64 stone bricks = 32 separate crafts).
This causes:
1. π±οΈ Physical strain from excessive clicking
2. β οΈ Resource waste due to miscounting
3. β³ Unnecessary time loss (avg. 8+ seconds per stack)
Proposed Solution: Implement a slider-based quantity selector when hovering over output items in crafting grids:
``` [ βΆ 1 β ] ----------- SLIDER BAR ----------- [MAX] β Preset buttons β Drag-adjustable β Auto-calc max (1-999 range) based on materials
```
Technical Advantages:
Backward compatible with all recipes - Requires only 1 new GUI component (CraftingSliderWidget)
Uses existing recipe parsing system (RecipeManager)
Please sign in to leave a comment.
0 Comments