diff options
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/gregtech/api/util/GT_Recipe.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/gregtech/api/util/GT_Recipe.java b/src/main/java/gregtech/api/util/GT_Recipe.java index 895dbf5ac3..32d841dfa8 100644 --- a/src/main/java/gregtech/api/util/GT_Recipe.java +++ b/src/main/java/gregtech/api/util/GT_Recipe.java @@ -1506,7 +1506,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> { RES_PATH_GUI + "basicmachines/FluidHeater", 1, 0, - 1, + 0, 0, 1, E, @@ -3441,7 +3441,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> { /** * Draws text on NEI recipe. - * + * * @param yShift y position to shift after this text */ @SuppressWarnings("SameParameterValue") @@ -3451,7 +3451,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> { /** * Draws text on NEI recipe. - * + * * @param xStart x position to start drawing * @param yShift y position to shift after this text */ @@ -5220,7 +5220,7 @@ public class GT_Recipe implements Comparable<GT_Recipe> { /** * Add a breeder cell. - * + * * @param input raw stack. should be undamaged. * @param output breed output * @param heatMultiplier bonus progress per neutron pulse per heat step |