Remove debug code
This commit is contained in:
parent
3098a08d6e
commit
0a41c09569
@ -50,12 +50,6 @@ public class MatterPanelScreen extends MatteryScreen<MatterPanelMenu> {
|
|||||||
imageHeight = 187;
|
imageHeight = 187;
|
||||||
|
|
||||||
titleLabelY = 5;
|
titleLabelY = 5;
|
||||||
|
|
||||||
for (int i = 0; i < 100; i++) {
|
|
||||||
menu.patterns.add(new PatternState(UUID.randomUUID(), Items.COOKED_BEEF, 0.4));
|
|
||||||
menu.patterns.add(new PatternState(UUID.randomUUID(), Items.DIAMOND, 0.6));
|
|
||||||
menu.patterns.add(new PatternState(UUID.randomUUID(), Items.COBBLESTONE, 0.1));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final int GRID_WIDTH = 8;
|
public static final int GRID_WIDTH = 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user