Skip to content

Commit

Permalink
better gravel sifting
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Dec 7, 2021
1 parent 9633faf commit 3550c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gregtech/loaders/recipe/MiscRecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public static void init() {
.outputs(new ItemStack(Items.FERMENTED_SPIDER_EYE))
.buildAndRegister();

RecipeMaps.SIFTER_RECIPES.recipeBuilder().duration(800).EUt(16)
RecipeMaps.SIFTER_RECIPES.recipeBuilder().duration(100).EUt(16)
.inputs(new ItemStack(Blocks.GRAVEL))
.outputs(new ItemStack(Items.FLINT))
.output(gem, Flint)
.buildAndRegister();

RecipeMaps.PACKER_RECIPES.recipeBuilder()
Expand Down

0 comments on commit 3550c4c

Please sign in to comment.