File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/gregtechceu/gtceu/common Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2424import com .gregtechceu .gtceu .common .data .mui .GTSingleblockMachinePanels ;
2525import com .gregtechceu .gtceu .common .machine .electric .*;
2626import com .gregtechceu .gtceu .common .machine .muimachine .TestMuiMachine ;
27+ import com .gregtechceu .gtceu .common .machine .muimachine .TestMuiMachine2 ;
2728import com .gregtechceu .gtceu .common .machine .multiblock .part .*;
2829import com .gregtechceu .gtceu .common .machine .multiblock .part .monitor .AdvancedMonitorPartMachine ;
2930import com .gregtechceu .gtceu .common .machine .multiblock .part .monitor .MonitorPartMachine ;
@@ -1143,7 +1144,7 @@ public class GTMachines {
11431144 .register ();
11441145
11451146 public static final MachineDefinition MUI_TEST_2 = REGISTRATE
1146- .machine ("test_mui_new" , MonitorPartMachine ::new )
1147+ .machine ("test_mui_new" , TestMuiMachine2 ::new )
11471148 .rotationState (RotationState .ALL )
11481149 .recipeType (GTRecipeTypes .ALLOY_SMELTER_RECIPES )
11491150 .model (createOverlayCasingMachineModel (GTCEu .id ("block/casings/solid/machine_casing_clean_stainless_steel" ),
Original file line number Diff line number Diff line change 99import com .gregtechceu .gtceu .client .mui .screen .UISettings ;
1010
1111public class TestMuiMachine2 extends MetaMachine implements IMuiMachine {
12+
1213 public TestMuiMachine2 (IMachineBlockEntity holder ) {
1314 super (holder );
1415 }
You can’t perform that action at this time.
0 commit comments