Skip to content

Commit

Permalink
Fix IDs + Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 14, 2024
1 parent 1724b53 commit 253a02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class TOPTooltipMessage implements IProbeInfoProvider {

@Override
public String getID() {
return LabsValues.LABS_MODID + "top_tooltips";
return LabsValues.LABS_MODID + ":top_tooltips";
}

@Override
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/nomiceu/nomilabs/util/LabsTranslate.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import java.util.IllegalFormatException;
import java.util.List;

import com.nomiceu.nomilabs.NomiLabs;
import net.minecraft.util.text.TextFormatting;
import net.minecraft.util.text.translation.I18n;

import com.nomiceu.nomilabs.NomiLabs;

import gregtech.client.utils.TooltipHelper;
import mcjty.theoneprobe.api.IProbeInfo;

Expand Down

0 comments on commit 253a02a

Please sign in to comment.