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 committed Aug 17, 2024
1 parent 5769ff9 commit c3b7fac
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public void addRecipes(RecipeOutput consumer, HolderLookup.Provider registries)
IngredientCreatorAccess.infusionStack().from(MekanismAPITags.InfuseTypes.CARBON, 10),
MekanismItems.ENRICHED_IRON.getItemStack()
).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 c3b7fac

Please sign in to comment.