Modular Diversity Mod — Configuration
Mechanics & Configuration
Modular Diversity does not add new mobs, biomes, or structures. Instead, it provides the logic for Modular Machinery to interact with existing ones.
Recipe Logic
- Per-Tick vs. One-Time: Resources like FE and Mechanical Power are typically consumed per-tick. Magical resources like Mana and Ember are usually consumed once at the start of the recipe.
- Detector Logic: Detectors must be satisfied for the recipe to start. If the condition (like weather) changes during processing, the machine will pause until the condition is met again.
Configuration
The mod includes a configuration file (modulardiversity.cfg) where specific integrations can be toggled. This is useful for reducing overhead if certain mods (like Botania or Embers) are not present in the modpack.