Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
added cheaper super buffer recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 6, 2023
1 parent b77faf1 commit e679031
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@ public static void loadRecipes(Consumer<FinishedRecipe> output, AntimatterRecipe
.put('D', DataOrb)
.put('M', hull)
.put('C', conveyor).build(), "DMC"));
add(SUPER_BUFFER, tier, (m, item) -> provider.addItemRecipe(output, "machines", "has_motor", provider.hasSafeItem(motor), item,
ImmutableMap.<Character, Object>builder()
.put('D', CircuitDataStorage)
.put('M', hull)
.put('C', conveyor).build(), "DMC", "DDD"));
add(CHEST_BUFFER, tier, (m, item) -> provider.addItemRecipe(output, "machines", "has_motor", provider.hasSafeItem(motor), item,
ImmutableMap.<Character, Object>builder()
.put('D', ForgeCTags.CHESTS_WOODEN)
Expand Down

0 comments on commit e679031

Please sign in to comment.