Skip to content

Commit

Permalink
Eldritch -> Aversion
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Sep 27, 2024
1 parent 6b66f41 commit c731947
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public static void initInfusion() {
CRItems.crimsonFabric));
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(NewCrimsonRevelations.MODID, "praetor_helm"),
new InfusionRecipe("CR_PRAETOR_ARMOR", new ItemStack(ItemsTC.crimsonPraetorHelm), 2,
new AspectList().add(Aspect.METAL, 40).add(Aspect.ELDRITCH, 25).add(Aspect.PROTECT, 20),
new AspectList().add(Aspect.METAL, 40).add(Aspect.AVERSION, 25).add(Aspect.PROTECT, 20),
ItemsTC.crimsonPlateHelm,
CRItems.crimsonPlate,
CRItems.crimsonPlate,
Expand All @@ -264,7 +264,7 @@ public static void initInfusion() {
CRItems.crimsonPlate));
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(NewCrimsonRevelations.MODID, "praetor_chestplate"),
new InfusionRecipe("CR_PRAETOR_ARMOR", new ItemStack(ItemsTC.crimsonPraetorChest), 2,
new AspectList().add(Aspect.METAL, 40).add(Aspect.ELDRITCH, 25).add(Aspect.PROTECT, 30),
new AspectList().add(Aspect.METAL, 40).add(Aspect.AVERSION, 25).add(Aspect.PROTECT, 30),
ItemsTC.crimsonPlateChest,
CRItems.crimsonPlate,
CRItems.crimsonPlate,
Expand All @@ -274,7 +274,7 @@ public static void initInfusion() {
CRItems.embellishedCrimsonFabric));
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation(NewCrimsonRevelations.MODID, "praetor_greaves"),
new InfusionRecipe("CR_PRAETOR_ARMOR", new ItemStack(ItemsTC.crimsonPraetorLegs), 2,
new AspectList().add(Aspect.METAL, 40).add(Aspect.ELDRITCH, 25).add(Aspect.PROTECT, 25),
new AspectList().add(Aspect.METAL, 40).add(Aspect.AVERSION, 25).add(Aspect.PROTECT, 25),
ItemsTC.crimsonPlateLegs,
CRItems.crimsonPlate,
CRItems.crimsonPlate,
Expand Down

0 comments on commit c731947

Please sign in to comment.