Remove unused import in NEUItemEntrySerializer.kt

[no changelog]
This commit is contained in:
Walker Selby
2023-10-26 15:47:09 +01:00
committed by nea
parent dc755cb0f3
commit 9a722106a5

View File

@@ -9,7 +9,6 @@ package moe.nea.firmament.rei
import me.shedaniel.rei.api.common.entry.EntrySerializer
import me.shedaniel.rei.api.common.entry.EntryStack
import net.minecraft.nbt.NbtCompound
import moe.nea.firmament.repo.RepoManager
import moe.nea.firmament.util.SkyblockId
object NEUItemEntrySerializer : EntrySerializer<SBItemStack> {