diff options
author | nea <nea@nea.moe> | 2023-08-26 13:13:37 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-26 13:13:37 +0200 |
commit | 8f2abee841a01427cea2268d89fb0c0bed86f963 (patch) | |
tree | a026d6e0e0abafc73c73252d281adaa8963cda65 /src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt | |
parent | d412e463fd64ba72d220ffd42ba5e6fd3847e456 (diff) | |
download | Firmament-8f2abee841a01427cea2268d89fb0c0bed86f963.tar.gz Firmament-8f2abee841a01427cea2268d89fb0c0bed86f963.tar.bz2 Firmament-8f2abee841a01427cea2268d89fb0c0bed86f963.zip |
Close recipe list after clicking on highlighter
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt b/src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt index c6b20c1..0a4f32d 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt @@ -15,8 +15,8 @@ import me.shedaniel.rei.api.client.registry.display.DynamicDisplayGenerator import me.shedaniel.rei.api.client.view.ViewSearchBuilder import me.shedaniel.rei.api.common.display.Display import me.shedaniel.rei.api.common.entry.EntryStack -import moe.nea.firmament.recipes.SBCraftingRecipe -import moe.nea.firmament.recipes.SBForgeRecipe +import moe.nea.firmament.rei.recipes.SBCraftingRecipe +import moe.nea.firmament.rei.recipes.SBForgeRecipe import moe.nea.firmament.repo.RepoManager import moe.nea.firmament.util.skyblockId |