Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jan 1, 2024
1 parent 0ac9ad0 commit a00f14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/gregtech/api/recipes/RecipeMaps.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ public final class RecipeMaps {
* .duration(600).EUt(6000).buildAndRegister();
* </pre>
*
* The Assembly Line Recipe Builder has no special properties/build actions yet, but will in the future
* The Assembly Line Recipe Builder creates additional Research Recipes for its outputs in the Scanner or Research
* Station when specified.
*/
@ZenProperty
public static final RecipeMap<AssemblyLineRecipeBuilder> ASSEMBLY_LINE_RECIPES = new RecipeMapAssemblyLine<>(
Expand Down

0 comments on commit a00f14c

Please sign in to comment.