aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/recipe/FindRecipeQuery.java
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2024-09-09 09:21:25 +0900
committerGitHub <noreply@github.com>2024-09-09 02:21:25 +0200
commitc43cdd94e65c6e19d8380d1b2c87ce19d5d49011 (patch)
tree67e104846c6122fdc2eaf2dcc29717facd6a51df /src/main/java/gregtech/api/recipe/FindRecipeQuery.java
parentb15f89a14827bdb621d45745d165e1caf4265fef (diff)
downloadGT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.tar.gz
GT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.tar.bz2
GT5-Unofficial-c43cdd94e65c6e19d8380d1b2c87ce19d5d49011.zip
Remove findRecipe methods (#3084)
Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/api/recipe/FindRecipeQuery.java')
-rw-r--r--src/main/java/gregtech/api/recipe/FindRecipeQuery.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/recipe/FindRecipeQuery.java b/src/main/java/gregtech/api/recipe/FindRecipeQuery.java
index 16702b6be6..3f63043d6c 100644
--- a/src/main/java/gregtech/api/recipe/FindRecipeQuery.java
+++ b/src/main/java/gregtech/api/recipe/FindRecipeQuery.java
@@ -142,7 +142,7 @@ public final class FindRecipeQuery {
/**
* @param voltage Recipes that exceed this voltage won't match. It will be automatically multiplied by amperage
- * of the recipemap.
+ * of the recipemap. By default, voltage is set to max Integer, meaning no voltage check.
*/
public FindRecipeQuery voltage(long voltage) {
this.voltage = voltage;