Skip to content

Commit

Permalink
fix drink blood api method
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Dec 5, 2023
1 parent fdc276e commit 1644327
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ default void drinkBlood(int amt, float saturationMod, boolean useRemaining) {
* @param saturationMod Similar to the food saturation modifier
* @param drinkContext The context where the blood is obtained from
*/
void drinkBlood(int amt, float saturationMod, boolean useRemaining, IDrinkBloodContext drinkContext);
default void drinkBlood(int amt, float saturationMod, boolean useRemaining, IDrinkBloodContext drinkContext) {

}

@NotNull
@Override
Expand Down

0 comments on commit 1644327

Please sign in to comment.