We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b26c commit bce134cCopy full SHA for bce134c
src/main/java/aztech/modern_industrialization/machines/gui/MachineMenuCommon.java
@@ -53,7 +53,7 @@ public abstract class MachineMenuCommon extends ConfigurableScreenHandler implem
53
}
54
55
// Gui components first (we want to prioritize them with shift click)
56
- for (GuiComponent.Common component : guiComponents) {
+ for (var component : guiComponents) {
57
component.setupMenu(this);
58
59
0 commit comments