Break out single item stack sizes from stack sizes > 1
This commit is contained in:
parent
96e88d40d5
commit
566ef37060
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ public class ItemTooltipEventHandler
|
||||||
{
|
{
|
||||||
private static DecimalFormat emcDecimalFormat = new DecimalFormat("###,###,###,###,###.###");
|
private static DecimalFormat emcDecimalFormat = new DecimalFormat("###,###,###,###,###.###");
|
||||||
|
|
||||||
|
@SuppressWarnings("unused")
|
||||||
@ForgeSubscribe(priority = EventPriority.LOWEST)
|
@ForgeSubscribe(priority = EventPriority.LOWEST)
|
||||||
public void handleItemTooltipEvent(ItemTooltipEvent event)
|
public void handleItemTooltipEvent(ItemTooltipEvent event)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue