turns out jump boost 1 is basically useless

This commit is contained in:
Pyritie 2025-11-30 22:39:05 +00:00
parent 66d3d6338a
commit d6cf64c67b
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ const registerTooltips = (event) => {
// Drink effects
event.addAdvanced(['tfc_gurman:compote_bucket'], (item, advanced, text) => {
text.add(1, Text.of("Jump Boost (00:30)").blue());
text.add(1, Text.of("Jump Boost II (00:30)").blue());
})
event.addAdvanced(['tfc_gurman:kvass_bucket'], (item, advanced, text) => {
text.add(1, Text.of("Strength (01:20)").blue());

View file

@ -5,7 +5,7 @@
{
"type": "minecraft:jump_boost",
"duration": 600,
"amplifier": 0
"amplifier": 1
}
]
}