Skip to content

Commit

Permalink
Merge pull request #21 from Violet-Nonbloosom/master
Browse files Browse the repository at this point in the history
修复 #20
  • Loading branch information
haiman233 authored Nov 3, 2024
2 parents 1f930e5 + 5c84d7e commit 2ebeec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class MixingQuartz extends LimitedUseItem {

private static final NamespacedKey KEY = Keys.newKey("uses");
private static final Pattern LORE_FLAVOUR = Pattern.compile(Theme.CLICK_INFO + "风味值: [0-9]+");
private static final Pattern LORE_FLAVOUR = Pattern.compile(Theme.CLICK_INFO.asTitle("风味值", "[0-9]+").substring(0, 2) + Theme.CLICK_INFO.asTitle("风味值", "[0-9]+").substring(2).toUpperCase());

public MixingQuartz(ItemGroup group,
SlimefunItemStack item,
Expand Down

0 comments on commit 2ebeec4

Please sign in to comment.