Skip to content

Commit

Permalink
Merge pull request #17 from Gofer2x/master
Browse files Browse the repository at this point in the history
fix ethereal blood stone -> broken potentia craft
  • Loading branch information
Dream-Master authored May 14, 2023
2 parents 7be0fa5 + 0c6a662 commit 7ff9722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ public static void registerRecipes() {
new ItemStack(WayofTime.alchemicalWizardry.ModItems.demonicSlate, 9),
new ItemStack(ModBlocks.blood_stone, 1, 3));
addShapelessOreDictRecipe(
new ItemStack(WayofTime.alchemicalWizardry.ModItems.baseAlchemyItems, 9, 27),
new ItemStack(WayofTime.alchemicalWizardry.ModItems.baseItems, 9, 27),
new ItemStack(ModBlocks.blood_stone, 1, 4));
// This is a long one
addShapelessOreDictRecipe(
Expand Down

0 comments on commit 7ff9722

Please sign in to comment.