Skip to content

Commit

Permalink
Fix Wrong Guava Import
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jul 14, 2024
1 parent 476abf7 commit a2a9694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/nomiceu/nomilabs/remap/LabsRemappers.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
import net.minecraftforge.event.RegistryEvent;
import net.minecraftforge.registries.IForgeRegistryEntry;

import org.spongepowered.include.com.google.common.collect.ImmutableList;

import com.google.common.collect.ImmutableList;
import com.nomiceu.nomilabs.LabsValues;
import com.nomiceu.nomilabs.NomiLabs;
import com.nomiceu.nomilabs.config.LabsConfig;
Expand Down

0 comments on commit a2a9694

Please sign in to comment.