BVengo / simple-shulker-preview

A minecraft fabric mod that displays a configurable icon indicating the contents of a shulker box, as well as a capacity bar.
GNU Lesser General Public License v3.0
8 stars 8 forks source link

Swap stack sizes to stack weights #32

Open BVengo opened 2 months ago

BVengo commented 2 months ago

Request Description

Currently having two stack size configs (originally implemented in #10) is a bit confusing. It also doesn't account for having consistent limits on items that stack to less than 64.

New solution: Change to a single option, 'Minimum Weight', bound between 1 and 1728 (27*64). This takes into account the relative stack weight instead (see the capacity bar code for reference).

Images

No response

Fabric Version

No response

Additional Context

No response