Skip to content

Commit

Permalink
Fix: Vacuum Bag Pattern (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx authored Nov 19, 2024
1 parent 9634dfb commit 60ce9a8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,13 @@ object ItemDisplayOverlayFeatures {
"masterskull.id",
"MASTER_SKULL_TIER_(?<tier>\\d)",
)
/**
* REGEX-TEST: §7Vacuum Bag: §21 Pest
* REGEX-TEST: §7Vacuum Bag: §2444 Pests
*/
private val gardenVacuumPattern by patternGroup.pattern(
"vacuum",
"§7Vacuum Bag: §6(?<amount>\\d*) Pests?",
"§7Vacuum Bag: §2(?<amount>\\d*) Pests?",
)
private val harvestPattern by patternGroup.pattern(
"harvest",
Expand Down

0 comments on commit 60ce9a8

Please sign in to comment.