HomeJavaModsCreate Regex
Create Regex

Regex Override for Create's Frog Filtering

This mod adds the ability to replace Create's default glob-style matching for frogs with full Regular Expression (RegEx) support.


🔎 Important Note

If RegEx: is followed by a space or other whitespace, that whitespace becomes part of the regular expression — meaning it will only match addresses that start with that space.


💡 Example

RegEx:hello.*

✅ Matches: hello, helloWorld
❌ Does not match: ⠀hello (with a space at the start)

RegEx: hello.*

(with a space after the colon)

✅ Matches: ⠀hello, ⠀helloWorld (only if the address starts with a space)
❌ Does not match: hello, helloWorld

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more