File Details
mgmc-fabric-0.6.1+MC1.21.1.jar
- R
- Mar 1, 2026
- 471.71 KB
- 14
- 1.21.1
- Fabric
File Name
mgmc-fabric-0.6.1+MC1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
0.6.1 (English)
- Added
- Nodes
- Power (n-th power) node
- Any-type equality check node (ignore type / strict type / most permissive)
- Expression parsing node (string math expression -> float)
- Syntactic Sugar
- String inputs support variable interpolation:
$bp('name')and$g('name')$bp('name'): read blueprint variablename, auto-converted to string$g('name'): read global variablename, auto-converted to string
- Escapes:
\$,\n,\\
- String inputs support variable interpolation:
- Blueprint list right-click "Duplicate Blueprint"
- Nodes
- Fixed
- Missing
gui.mgmc.blueprint_editor.region.color_title - Rename/duplicate dialog couldn't input non-numeric characters
- Duplicate blueprint creation error handling
- Missing
- Changed
- Tick
- TickScheduler now triggers based on game time to avoid counter drift
- Use global Server Tick to fix accelerated waits across dimensions
- Clean up Tick tasks on server stop/world unload to avoid leaks and ghost tasks
- Tick task scheduling switched to a min-heap to reduce traversal cost under load
- Tick-related logs downgraded to debug to reduce noise
- Tick