Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Holder<MobEffect> providedEffect(ItemStack stack) {

@Override
public int effectTime(ItemStack stack) {
return 200;
return 220;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void addConfigurations(List<Configuration<?>> list, ItemStack stack) {

@Override
public int effectTime(ItemStack stack) {
return 200;
return 220;
}

@Override
Expand Down
Loading