Incomplete production meta system

This commit is contained in:
Anuken
2019-02-12 10:49:13 -05:00
parent 1665e75068
commit e65b6670ec
22 changed files with 1118 additions and 985 deletions

View File

@@ -121,7 +121,7 @@ public class BlockInventoryFragment extends Fragment{
int row = 0;
table.margin(6f);
table.defaults().size(16 * 2.5f).space(6f);
table.defaults().size(8 * 5).space(6f);
if(tile.block().hasItems){
@@ -136,7 +136,7 @@ public class BlockInventoryFragment extends Fragment{
HandCursorListener l = new HandCursorListener();
l.setEnabled(canPick);
ItemImage image = new ItemImage(item.icon(Icon.large), () -> {
ItemImage image = new ItemImage(item.icon(Icon.xlarge), () -> {
if(tile == null || tile.entity == null){
return "";
}