Fix wrong constant

This commit is contained in:
Raoul Van den Berge
2016-09-22 20:34:32 +02:00
parent af442dba4f
commit f75df4bfa3

View File

@@ -20,7 +20,7 @@ import java.util.Collection;
import java.util.List;
public class GuiCraftingPreview extends GuiBase {
private static final int VISIBLE_ROWS = 8;
private static final int VISIBLE_ROWS = 4;
private List<CraftingPreviewStack> stacks;
private GuiScreen parent;