Skip to content

Commit

Permalink
Update white lead recipe to make non-lead components farmable
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Jan 3, 2024
1 parent 12ae1ed commit c052430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3448,8 +3448,7 @@ private void recipesMisc(@Nonnull Consumer<FinishedRecipe> out)
//Lead to dye recipes
shapelessMisc(Items.WHITE_DYE, 16)
.requires(new IngredientFluidStack(IETags.fluidEthanol, FluidType.BUCKET_VOLUME))
.requires(Ingredient.of(Items.ROTTEN_FLESH), 2)
.requires(Items.DIRT)
.requires(Ingredient.of(Items.ROTTEN_FLESH), 3)
.requires(IETags.getTagsFor(EnumMetals.LEAD).dust)
.unlockedBy("has_ethanol", has(IEFluids.ETHANOL.getBucket()))
.save(out, toRL("lead_white"));
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c052430

Please sign in to comment.