Skip to content

Commit

Permalink
Change circuits for tungsten carbide and titanium carbide (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiceyBeans authored Jan 30, 2025
1 parent 7648598 commit 4d0624e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ private static void registerMixerRecipes(Consumer<FinishedRecipe> provider) {
MIXER_RECIPES.recipeBuilder("titanium_carbide")
.inputItems(dust, Titanium)
.inputItems(dust, Carbon)
.circuitMeta(3)
.outputItems(dust, TitaniumCarbide, 2)
.duration(160).EUt(VA[EV])
.save(provider);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
MIXER_RECIPES.recipeBuilder("tungstencarbide").duration(200).EUt(VA[EV])
.inputItems(dust, Tungsten)
.inputItems(dust, Carbon)
.circuitMeta(1)
.circuitMeta(2)
.outputItems(dust, TungstenCarbide, 2)
.save(provider);

Expand Down

0 comments on commit 4d0624e

Please sign in to comment.