mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Add TODO for coffee saturation
This commit is contained in:
parent
c2b2cc4d17
commit
56322ebcc0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import net.neoforged.api.distmarker.OnlyIn;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
import java.util.List;
|
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();
|
private static final FoodProperties FOOD = new FoodProperties.Builder().nutrition(8).saturationMod(5.0F).alwaysEat().build();
|
||||||
|
|
||||||
public ItemCoffee() {
|
public ItemCoffee() {
|
||||||
|
|
Loading…
Reference in a new issue