We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e9516 commit 95da64cCopy full SHA for 95da64c
src/main/java/de/teamlapen/werewolves/items/LiverItem.java
@@ -15,7 +15,7 @@
15
16
public class LiverItem extends Item {
17
public LiverItem() {
18
- super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.5f).build()));
+ super(new Item.Properties().food(new FoodProperties.Builder().meat().nutrition(6).saturationMod(0.4f).build()));
19
}
20
21
@Nonnull
0 commit comments