Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 4 months ago
Updated 4 months ago
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.
- By default, Createโs simplified glob matching is still used.
- To use RegEx matching, start your address pattern with the prefix:
RegEx: - The mod will then interpret the rest of the address as a Java regular expression and match accordingly.
๐ 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


