Skip to content

Commit 0810a34

Browse files
committed
Add missing silicon print recipe
1 parent e84c3b8 commit 0810a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/miikaoskari/ae2_universal_press/datagen/AEUPRecipeProvider.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ protected void buildRecipes(@NotNull RecipeOutput recipeOutput) {
5252
makePrint(recipeOutput, "logic_processor",
5353
AEItems.LOGIC_PROCESSOR_PRINT,
5454
Ingredient.of(ConventionTags.GOLD_INGOT));
55+
56+
makePrint(recipeOutput, "silicon",
57+
AEItems.SILICON_PRINT,
58+
Ingredient.of(ConventionTags.SILICON));
5559
}
5660

5761
private void makePrint(RecipeOutput consumer,

0 commit comments

Comments
 (0)