Skip to content

Commit 6e4890b

Browse files
Reduce milk flask drink time from 16 ticks to 12
1 parent d5e0e9f commit 6e4890b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/coffeenotfound/milkflasks/common/item/ItemMilkFlask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public boolean removeRandomPotionEffect(World world, PlayerEntity player) {
103103
}
104104

105105
public int getUseDuration(ItemStack stack) {
106-
return 16;
106+
return 12;
107107
}
108108

109109
public UseAction getUseAction(ItemStack stack) {

0 commit comments

Comments
 (0)