Partial 7.0 merge - API preview
This commit is contained in:
@@ -41,7 +41,7 @@ public class ItemsDisplay extends Table{
|
||||
if(!items.has(item)) continue;
|
||||
|
||||
Label label = t.add(UI.formatAmount(items.get(item))).left().get();
|
||||
t.image(item.icon(Cicon.small)).size(8 * 3).padLeft(4).padRight(4);
|
||||
t.image(item.uiIcon).size(8 * 3).padLeft(4).padRight(4);
|
||||
t.add(item.localizedName).color(Color.lightGray).left();
|
||||
t.row();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user