diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-23 08:42:20 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-23 08:42:20 +1000 |
commit | 12ced6d3ea25823190453b4db9b7b905cc759a69 (patch) | |
tree | 2b4c847096b1083b3c9a8c12bf9534817131970f /src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | |
parent | b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4 (diff) | |
download | GT5-Unofficial-12ced6d3ea25823190453b4db9b7b905cc759a69.tar.gz GT5-Unofficial-12ced6d3ea25823190453b4db9b7b905cc759a69.tar.bz2 GT5-Unofficial-12ced6d3ea25823190453b4db9b7b905cc759a69.zip |
Fixed Casing Block creative tab registration.
Swapped textures.
Removing uptime from the next commit forward. (Think it causes weird issues, due to bad code merging)
Diffstat (limited to 'src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java')
-rw-r--r-- | src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java index 8aa77d75ba..aad32dd093 100644 --- a/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java +++ b/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java @@ -9,7 +9,7 @@ public interface IGregtech_RecipeAdder { * * @param aInput1 = first Input (not null, and respects StackSize) * @param aInputb = second Input (can be null, and respects StackSize) - * @param aOutput1 = Output of the Creosote (not null, and respects StackSize) + * @param aFluidOutput = Output of the Creosote (not null, and respects StackSize) * @param aFluidInput = fluid Input (can be null, and respects StackSize) * @param aOutput = Output of the Coal/coke (can be null, and respects StackSize) * @param aDuration = Duration (must be >= 0) |