Skip to content

Commit

Permalink
add enriched iron dust recipe since it ends up as dust anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil authored and pupnewfster committed Aug 20, 2024
1 parent 211af10 commit 8d6ae51
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public void addRecipes(RecipeOutput consumer, HolderLookup.Provider registries)
MekanismItems.ENRICHED_IRON.getItemStack(),
false
).build(consumer, Mekanism.rl(basePath + "iron/enriched"));
ItemStackChemicalToItemStackRecipeBuilder.metallurgicInfusing(
IngredientCreatorAccess.item().from(MekanismTags.Items.PROCESSED_RESOURCES.get(ResourceType.DUST, PrimaryResource.IRON)),
IngredientCreatorAccess.infusionStack().from(MekanismAPITags.InfuseTypes.CARBON, 10),
MekanismItems.ENRICHED_IRON.getItemStack()
).build(consumer, Mekanism.rl(basePath + "iron/enriched_dust"));
addNetheriteProcessingRecipes(consumer, basePath + "netherite/");
addBronzeProcessingRecipes(consumer, basePath + "bronze/");
addCoalOreProcessingRecipes(consumer, basePath + "coal/");
Expand Down

0 comments on commit 8d6ae51

Please sign in to comment.