Community listing page, reviews here may not be monitored by the author.
Create: Display Regex
No reviews yet
Adds configurable regex text replacement to Create Fly Display Links.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Create: Display Regex
Create: Display Regex is a small Fabric addon for Create Fly that adds configurable regular-expression replacement to Display Links.
It lets you modify the text produced by a Display Link before it is sent to its display target, without changing the original source data.
For example:
Input: AAA BBB CCC
Pattern: ^\S+\s+
Replacement:
Output: BBB CCC
Features
-
Adds a Regex configuration button to the Display Link screen
-
Supports Java regular expressions
-
Separate Pattern and Replacement fields
-
Enable or disable processing per Display Link
-
Live validation for invalid regex patterns and replacement expressions
-
Supports capture groups such as
$1and$2 -
Works with normal Display Link text output and flap displays
-
Stores settings inside the Display Link's existing configuration
-
Does not modify package addresses, inventories, or other source data
Example uses
Remove the first space-separated section:
Pattern: ^\S+\s+
Keep only the final section:
Pattern: ^.*\s+
Replace spaces with separators:
Pattern: \s+
Replacement: -
Remove numbers:
Pattern: \d+
Requirements
-
Minecraft 26.2
-
Fabric Loader 0.19.3+
-
Fabric API 0.152.0+26.2
-
Create Fly 6.0.9 build 1 or compatible 6.0.x version
-
Java 25
The mod is intended for both client and server. The server must have the mod installed, and clients that want to configure regex rules should install it as well.
Notes
Regex processing affects only the text sent to the display target. The underlying source block and its data remain unchanged.
Invalid rules are rejected by the configuration screen, and invalid runtime replacements fall back to the original text instead of modifying the source data.
Create: Display Regex
Create: Display Regex is a small Fabric addon for Create Fly that adds configurable regular-expression replacement to Display Links.
It lets you modify the text produced by a Display Link before it is sent to its display target, without changing the original source data.
For example:
Input: AAA BBB CCC
Pattern: ^\S+\s+
Replacement:
Output: BBB CCC
Features
- Adds a Regex configuration button to the Display Link screen
- Supports Java regular expressions
- Separate Pattern and Replacement fields
- Enable or disable processing per Display Link
- Live validation for invalid regex patterns and replacement expressions
- Supports capture groups such as
$1and$2 - Works with normal Display Link text output and flap displays
- Stores settings inside the Display Link's existing configuration
- Does not modify package addresses, inventories, or other source data
Example uses
Remove the first space-separated section:
Pattern: ^\S+\s+
Keep only the final section:
Pattern: ^.*\s+
Replace spaces with separators:
Pattern: \s+
Replacement: -
Remove numbers:
Pattern: \d+
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3+
- Fabric API 0.152.0+26.2
- Create Fly 6.0.9 build 1 or compatible 6.0.x version
- Java 25
The mod is intended for both client and server. The server must have the mod installed, and clients that want to configure regex rules should install it as well.
Notes
Regex processing affects only the text sent to the display target. The underlying source block and its data remain unchanged.
Invalid rules are rejected by the configuration screen, and invalid runtime replacements fall back to the original text instead of modifying the source data.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
- Create: Jukebox Displays
- Create Column Displays
- Create Drawers Bridge
- Survival Displays
- Create: Improved Display Link Experience
- Create Beamline
- Create: Fuel & Water Information
- Create addon: Info Display
- Create Heads Up Display
- Sloths Display Entity Editor
- Create Radars: Mobile Radars
- Create: Just Enough Time
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources