diff --git a/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java b/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java index c4a74697..ebd2521f 100644 --- a/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java +++ b/src/main/java/WayofTime/bloodmagic/api/util/helper/RitualHelper.java @@ -42,10 +42,7 @@ public class RitualHelper { /** * Checks the RitualRegistry to see if the configuration of the ritual stones in the world is valid * for the given EnumFacing. - * - * @param world - * @param pos - * @param direction + * * @return The ID of the valid ritual */ public static String getValidRitual(World world, BlockPos pos) {