
Enhanced Celestials Mobifier Integration (Fabric)
This bridge mod enables checking the current lunar event from Enhanced Celestials for configuring conditions in Mobifier.
Requirements:
- Enhanced Celestials (Fabric)
- Mobifier (Fabric)
The new lunar_event_is condition is added to Mobifier's configuration files, allowing control over mob generation processes based on the active lunar event. For example, in the configuration you can specify that certain conditions should only apply during a blood moon.
Configuration Example:
"conditions_to_apply": [
{
"lunar_event_is": [
"enhancedcelestials-blood_moon"
],
"type": "enhanced_celestials_mobifier_integration:lunar_event_is"
}
]
Now you can create complex mob spawning systems that react to various lunar events, adding uniqueness and variety to gameplay during different moon phases.