Use new quantity formatter
raoulvdberge opened this issue ยท 4 comments
RS 1.5.32 introduced a quantity formatter for formatting various numbers (like the ones on your storage disks).
Might be cool to have those on RebornStorage as well.
Accessible via IRSAPI#getQuantityFormatter
.
See https://github.com/raoulvdberge/refinedstorage/blob/mc1.12/src/main/java/com/raoulvdberge/refinedstorage/item/ItemStorageDisk.java#L103-L107 for an example.