From 6ee301d80e33bf1af95a2edafe3621e090225a43 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 5 Sep 2016 00:50:58 +1000 Subject: + Added Lithium Carbonate recipes. + Added some fluid textures. % Changed names to be mixes on some fluids. --- .../xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Java/miscutil/xmod/gregtech/api/interfaces') diff --git a/src/Java/miscutil/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/Java/miscutil/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java index 32d370d4b1..06c6dc42e6 100644 --- a/src/Java/miscutil/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java +++ b/src/Java/miscutil/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java @@ -46,6 +46,7 @@ public interface IGregtech_RecipeAdder { * @return true if the Recipe got added, otherwise false. */ + public boolean addDehydratorRecipe(FluidStack aFluid, FluidStack aOutputFluid, ItemStack[] aOutputItems, int aDuration, int aEUt); public boolean addDehydratorRecipe(ItemStack aInput, FluidStack aFluid, ItemStack[] aOutputItems, int aDuration, int aEUt); public boolean addDehydratorRecipe(ItemStack aItemA, ItemStack aItemB, ItemStack[] aOutputItems, int aDuration, int aEUt); public boolean addDehydratorRecipe(ItemStack aItemA, ItemStack aItemB, FluidStack aFluid, ItemStack[] aOutputItems, FluidStack aOutputFluid, int aDuration, int aEUt); -- cgit