From 693b9fd906812adf84d072c8123b1765f31cc6df Mon Sep 17 00:00:00 2001 From: Lorenz Wrobel <43410952+DasBabyPixel@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:15:42 +0200 Subject: [PATCH] fix import style --- .../java/thedarkcolour/exdeorum/recipe/RecipeCaches.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/java/thedarkcolour/exdeorum/recipe/RecipeCaches.java b/src/main/java/thedarkcolour/exdeorum/recipe/RecipeCaches.java index cf64b376..e8dc186f 100644 --- a/src/main/java/thedarkcolour/exdeorum/recipe/RecipeCaches.java +++ b/src/main/java/thedarkcolour/exdeorum/recipe/RecipeCaches.java @@ -13,12 +13,7 @@ import thedarkcolour.exdeorum.recipe.barrel.BarrelCompostRecipe; import thedarkcolour.exdeorum.recipe.barrel.BarrelFluidMixingRecipe; import thedarkcolour.exdeorum.recipe.barrel.BarrelMixingRecipe; import thedarkcolour.exdeorum.recipe.barrel.FluidTransformationRecipe; -import thedarkcolour.exdeorum.recipe.cache.BarrelFluidMixingRecipeCache; -import thedarkcolour.exdeorum.recipe.cache.CrookRecipeCache; -import thedarkcolour.exdeorum.recipe.cache.CrucibleHeatRecipeCache; -import thedarkcolour.exdeorum.recipe.cache.FluidTransformationRecipeCache; -import thedarkcolour.exdeorum.recipe.cache.SieveRecipeCache; -import thedarkcolour.exdeorum.recipe.cache.SingleIngredientRecipeCache; +import thedarkcolour.exdeorum.recipe.cache.*; import thedarkcolour.exdeorum.recipe.crook.CrookRecipe; import thedarkcolour.exdeorum.recipe.crucible.CrucibleHeatRecipe; import thedarkcolour.exdeorum.recipe.crucible.CrucibleRecipe;