Skip to content

Commit

Permalink
More expensive crimson blade recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed May 16, 2024
1 parent b5e4362 commit 3b5c3dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static void initInfusion() {
new InfusionRecipe("CRIMSON_BLADE", new ItemStack(ItemsTC.crimsonBlade), 7,
new AspectList().add(Aspect.AVERSION, 75).add(Aspect.DEATH, 75).add(Aspect.TRAP, 25).add(Aspect.DESIRE, 25),
new ItemStack(ItemsTC.voidSword), new Object[]{
ThaumcraftApiHelper.makeCrystal(Aspect.AVERSION), ThaumcraftApiHelper.makeCrystal(Aspect.DEATH), "plateVoid", BlocksTC.bannerCrimsonCult
ThaumcraftApiHelper.makeCrystal(Aspect.AVERSION), ThaumcraftApiHelper.makeCrystal(Aspect.DEATH), "plateVoid", "plateVoid", RegistryHandler.crimsonFabric, RegistryHandler.crimsonFabric
}
));
ThaumcraftApi.addInfusionCraftingRecipe(new ResourceLocation("crimsonrevelations", "praetor_helm"),
Expand Down

0 comments on commit 3b5c3dc

Please sign in to comment.