From 56322ebcc03722d568f3e6ad83f0d84f406475e4 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Fri, 15 Mar 2024 02:47:12 +0100 Subject: [PATCH] Add TODO for coffee saturation --- .../java/de/ellpeck/actuallyadditions/mod/items/ItemCoffee.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemCoffee.java b/src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemCoffee.java index 56c4b7ec2..50396e0dc 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemCoffee.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemCoffee.java @@ -35,7 +35,7 @@ import net.neoforged.api.distmarker.OnlyIn; import javax.annotation.Nullable; import java.util.List; -public class ItemCoffee extends ItemBase { +public class ItemCoffee extends ItemBase { //TODO: Do we want to change the saturation? Currently it's 5.0F which becomes 40 in game. That's a lot of saturation. private static final FoodProperties FOOD = new FoodProperties.Builder().nutrition(8).saturationMod(5.0F).alwaysEat().build(); public ItemCoffee() {