We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a07694 commit ad45cecCopy full SHA for ad45cec
src/main/java/gregtech/api/capability/impl/AbstractRecipeLogic.java
@@ -505,10 +505,10 @@ protected static int getMinTankCapacity(@NotNull IMultipleTankHandler tanks) {
505
506
/**
507
* Find a recipe using inputs
508
- *
509
- * @param maxVoltage the maximum voltage the recipe can have
510
- * @param inputs the item inputs used to search for the recipe
511
- * @param fluidInputs the fluid inputs used to search for the recipe
+ *
+ * @param maxVoltage the maximum voltage the recipe can have
+ * @param inputs the item inputs used to search for the recipe
+ * @param fluidInputs the fluid inputs used to search for the recipe
512
* @return the recipe if found, otherwise null
513
*/
514
@Nullable
0 commit comments