Skip to content

Commit

Permalink
[CHERRYPICK BINGO] SOME FIXES NOW THAT I CAN FINALLY GET AROUND TO THIS
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 8, 2023
1 parent 5f65b35 commit d2ee9d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
class MenuItemDisplayOverlayBingo : AbstractMenuStackSize() {

private val secretBingoDiscoveryLoreLinePattern = (("(§.)*You were the (§.)*(?<rank>[\\w]+)(?<ordinal>(st|nd|rd|th)) (§.)*to").toPattern())
private val rowColumnDiagonalItemNamePattern = (("§e((Community )?Diagonal|Row #.|Column #.)").toPattern())
private val rowColumnDiagonalItemNamePattern = (("(§.)*((Community )?Diagonal|Row #.|Column #.)").toPattern())
private val topBlankPercentContribLoreLinePattern = (("(( )?(§.)?)?Top (§.)*(?<toUse>[\\w]{0,2})(.(?<decimal>[\\w]+))?%").toPattern())
private val communityPersonalGoalLoreLinePattern = (("(§.)*(?<goalType>Community|Personal) Goal").toPattern())

Expand Down

0 comments on commit d2ee9d4

Please sign in to comment.