File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/net/neganote/monilabs Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11package net .neganote .monilabs ;
22
3- import com .gregtechceu .gtceu .GTCEu ;
43import com .gregtechceu .gtceu .api .data .RotationState ;
54import com .gregtechceu .gtceu .api .machine .MachineDefinition ;
65import com .gregtechceu .gtceu .api .machine .multiblock .CleanroomType ;
@@ -30,7 +29,7 @@ public class MoniMachines {
3029 tooltips .add (Component .literal (" " ).append (Component
3130 .translatable (CleanroomType .STERILE_CLEANROOM .getTranslationKey ()).withStyle (ChatFormatting .GREEN )));
3231 })
33- .renderer (() -> new MaintenanceHatchPartRenderer (3 , GTCEu .id ("block/machine/part/maintenance.sterile_cleaning" )))
32+ .renderer (() -> new MaintenanceHatchPartRenderer (4 , MoniLabsMod .id ("block/machine/part/maintenance.sterile_cleaning" )))
3433 .register ();
3534
3635 public static void init () {}
You can’t perform that action at this time.
0 commit comments