Wiki 9Minecraft Ex Nihilo Adscensio Mod Wiki

Ex Nihilo Adscensio Mod — Configuration

Configuration and Customization

Ex Nihilo Adscensio is unique in its move away from hardcoded recipes. All registry data is stored in the config/exnihiloadscensio folder in JSON format.

Customizing Drops

Users can edit SieveRegistry.json to add or remove items from the sieve. Each entry defines: * The input block (e.g., minecraft:gravel). * The output item (e.g., minecraft:iron_ingot). * The rarity (0.0 to 1.0). * The required mesh tier (0=None, 1=String, 2=Flint, 3=Iron, 4=Diamond).

Hammer Registry

The HammerRegistry.json allows for the definition of what blocks drop when smashed. This supports multiple drops per block, allowing for "chance-based" hammering results.