Skip to content

Commit

Permalink
Merge from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Nov 18, 2024
2 parents 279eb64 + b963baf commit 89ef41c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private static String getTexture(String id, String texture) {

@Override
public ItemStack clone() {
return new SlimefunItemStack(id, this);
return new SlimefunItemStack(id, super.clone());
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public final class ChargeUtils {
private static final Pattern REGEX =
Pattern.compile("(§c§o)?" + LORE_PREFIX + NUMBER_REGEX + " / " + NUMBER_REGEX + " J", Pattern.CASE_INSENSITIVE);


private static final Pattern REGEX_NEW =
Pattern.compile(NUMBER_REGEX + " / " + NUMBER_REGEX + " J");

Expand Down

0 comments on commit 89ef41c

Please sign in to comment.