aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:42:20 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:42:20 +1000
commit12ced6d3ea25823190453b4db9b7b905cc759a69 (patch)
tree2b4c847096b1083b3c9a8c12bf9534817131970f /src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
parentb1c08c2131c5c58e81ba9a6ae10e3738ae7025b4 (diff)
downloadGT5-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.java2
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)