diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-11-19 03:04:21 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2023-11-19 03:04:21 +0800 |
| commit | b10f1308f5359ce73a9f4b899cf9516c4ad5388f (patch) | |
| tree | 5b5700934ae88681918a620edc39754dbf82d496 /runtime/src/main/java | |
| parent | 11b87fdd96f5542d646aa8f5136095917f207564 (diff) | |
| download | RoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.tar.gz RoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.tar.bz2 RoughlyEnoughItems-b10f1308f5359ce73a9f4b899cf9516c4ad5388f.zip | |
Support NeoForge
Diffstat (limited to 'runtime/src/main/java')
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java index 2f87b2295..e79c0231e 100644 --- a/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java +++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/search/collapsed/CollapsedEntriesCache.java @@ -31,8 +31,8 @@ import me.shedaniel.rei.impl.common.InternalLogger; import me.shedaniel.rei.impl.common.entry.type.collapsed.CollapsibleEntryRegistryImpl; import me.shedaniel.rei.impl.common.util.HashedEntryStackWrapper; import net.minecraft.resources.ResourceLocation; +import org.jetbrains.annotations.Nullable; -import javax.annotation.Nullable; import java.util.Collection; import java.util.HashSet; import java.util.List; |
