Skip to content

Commit

Permalink
fix ichorium block infusion recipe (GTNewHorizons#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Oct 8, 2024
1 parent 9236f6f commit c00b9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ public void loadRecipes() {
.add(Aspect.getAspect("praecantatio"), 32).add(Aspect.getAspect("infernus"), 24)
.add(Aspect.getAspect("alienis"), 16).add(Aspect.getAspect("superbia"), 16)
.add(Aspect.getAspect("terra"), 8),
BlockList.MysteriousCrystal.getIS(),
BlockList.Mytryl.getIS(),
new ItemStack[] { GTOreDictUnificator.get(OrePrefixes.ingot, Materials.Ichorium, 1L),
getModItem(BloodMagic.ID, "bloodMagicBaseItems", 1, 28, missing),
getModItem(ThaumicTinkerer.ID, "kamiResource", 1, 0, missing),
Expand Down

0 comments on commit c00b9e0

Please sign in to comment.