We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ed84e commit 46d614fCopy full SHA for 46d614f
src/main/java/com/gregtechceu/gtceu/data/recipe/serialized/chemistry/MixerRecipes.java
@@ -268,7 +268,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
268
MIXER_RECIPES.recipeBuilder("gunpowder_from_carbon").duration(400).EUt(VA[ULV])
269
.inputItems(dust, Saltpeter, 2)
270
.inputItems(dust, Sulfur)
271
- .inputItems(dust, Carbon, 3)
+ .inputItems(dust, Carbon, 6)
272
.circuitMeta(1)
273
.outputItems(dust, Gunpowder, 6)
274
.save(provider);
0 commit comments