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;