Skip to content

Commit

Permalink
fix: oh right spotless exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jul 27, 2024
1 parent d75dbd6 commit 4c9fa32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package gregtech.integration.jei.basic;

import gregtech.api.gui.GuiTextures;
import gregtech.api.nuclear.fission.CoolantRegistry;
import gregtech.api.nuclear.fission.ICoolantStats;
import gregtech.common.metatileentities.MetaTileEntities;

import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.I18n;

import mezz.jei.api.IGuiHelper;
import mezz.jei.api.gui.IDrawable;
Expand Down Expand Up @@ -55,8 +52,6 @@ public void drawExtras(Minecraft minecraft) {
arrow.draw(minecraft, 77, 6);
}



@Override
public IRecipeWrapper getRecipeWrapper(CoolantInfo recipe) {
return recipe;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package gregtech.integration.jei.basic;

import gregtech.api.gui.GuiTextures;
import gregtech.api.nuclear.fission.FissionFuelRegistry;
import gregtech.api.nuclear.fission.IFissionFuelStats;
import gregtech.common.metatileentities.MetaTileEntities;

import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.I18n;

import mezz.jei.api.IGuiHelper;
import mezz.jei.api.gui.IDrawable;
Expand Down Expand Up @@ -53,7 +50,6 @@ public void drawExtras(Minecraft minecraft) {
slot.draw(minecraft, 54, 8);
slot.draw(minecraft, 104, 8);
arrow.draw(minecraft, 77, 6);

}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ public void drawInfo(Minecraft minecraft, int recipeWidth, int recipeHeight, int
minecraft.fontRenderer.drawString(crossSectionSlow, 0, fontHeight * linesDrawn + start, 0x111111);
linesDrawn++;
minecraft.fontRenderer.drawString(neutronGenerationTime, 0, fontHeight * linesDrawn + start, 0x111111);

}
}

0 comments on commit 4c9fa32

Please sign in to comment.