Add commas to ground item quantities
This commit is contained in:
@@ -157,7 +157,9 @@ public class GroundItemsOverlay extends Overlay
|
||||
}
|
||||
else
|
||||
{
|
||||
itemStringBuilder.append(" (").append(item.getQuantity()).append(")");
|
||||
itemStringBuilder.append(" (")
|
||||
.append(StackFormatter.quantityToStackSize(item.getQuantity()))
|
||||
.append(")");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user