File Details
YUAL - CREATE -0.1.1.zip
- R
- Feb 28, 2026
- 58.77 MB
- 75
- 1.20.1
- Forge
File Name
YUAL - CREATE -0.1.1.zip
Supported Versions
- 1.20.1
Version 0.1.1
Version 0.1.1 is a major performance-focused update aimed at stabilizing heavy world generation, reducing CPU spikes, and improving overall client smoothness in large Create + MineColonies environments.
This update introduces additional optimization mods and applies critical configuration rebalancing — especially for Distant Horizons.
➕ Added Mods
- Immersive Optimization
- FastSuite
- Canary
These mods improve:
- Chunk task execution
- Entity processing
- Server-side ticking
- Memory efficiency
- General CPU stability in large worlds
⚙️ Configuration Changes
🔴 Distant Horizons — Major Rebalance (High Impact)
Previous settings were extremely aggressive and could severely impact performance on most systems.
File: config/DistantHorizons.toml
| Setting | Previous | New | Reason |
|---|---|---|---|
lodChunkRenderDistanceRadius |
256 | 64 | 256 is excessive for modded gameplay |
numberOfThreads |
10 | 4 | Leaves CPU headroom for game + server tick |
threadRunTimeRatio |
1.0 | 0.6 | Limits LOD generation to 60% CPU instead of 100% |
maxHorizontalResolution |
BLOCK | SECTION | Reduces VRAM/GPU load |
verticalQuality |
EXTREME | HIGH | Minimal visual loss, better stability |
generationRequestRateLimit |
40 | 20 | Smoother CPU usage |
syncOnLoadRateLimit |
50 | 25 | Reduces chunk-open spikes |
enableAdaptiveTransferSpeed |
false | true | Adapts to real-time performance |
This dramatically reduces micro-stutter and CPU spikes during exploration.
🎮 Default Player Settings
File: options.txt
| Setting | Previous | New |
|---|---|---|
renderDistance |
12 | 8 |
simulationDistance |
12 | 8 |
maxFps |
260 | 120 |
More realistic defaults for a heavy engineering modpack.
🌍 Better Chunk Loading
File: config/betterchunkloading.json
"enableFasterChunkTasks": {
"enableFasterChunkTasks": true
}
Enables optimized world generation task handling.
🌫 Physics Optimization
File: config/physics_client_config.json
| Setting | Previous | New |
|---|---|---|
maxPhysicsObjects |
10000 | 2000 |
smokeParticleLimit |
6000 | 1000 |
smokePhysicsRange |
100.0 | 64.0 |
blockPhysicsRange |
96.0 | 64.0 |
Reduces excessive physics load and particle overhead.
🧠 Immersive Optimization Tuning
File: config/immersive_optimization.json
| Setting | Previous | New |
|---|---|---|
entityTickBudget |
30.0 | 20.0 |
stressedThreshold |
45 | 35 |
Optimization now activates earlier under load.
🛠 ModernFix Improvements
File: config/modernfix-common.toml
Added:
[mixin.perf]
dynamic_resources = true
[mixin.feature]
integrated_server_watchdog = false
- Dynamically unloads unused textures/models → lower RAM usage
- Disables integrated server watchdog → fewer false-positive crashes
🎯 Result
- Lower CPU spikes during exploration
- Reduced VRAM usage
- Smoother world generation
- More stable integrated server
- Better balance between visuals and performance
Version 0.1.1 is primarily a stability and performance foundation update for future feature expansion.