Create Regex
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #4 of 8 management mods in this game by downloads
📋 About This Mod
# 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`
# 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`
📊 Mod Details
- Game
- Minecraft Mods
- Author
- CWTDev
- Version
- 1.0.0
- Downloads
- 806
- Endorsements
- 4
- Category
- management
- Created
- 7/23/2025
- Updated
- 7/18/2025
- Game Versions
- 1.21.1
- Tags
- management, transportation, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Create Regex support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Create Regex?
Version 1.0.0, published 2025-07-18 with 806 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await