turns out jump boost 1 is basically useless
This commit is contained in:
parent
66d3d6338a
commit
d6cf64c67b
2 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
"duration": 600,
|
||||
"amplifier": 0
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue