RecursiveAE2PatternProvider
๐ก Updated this yearโ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ 0.0% endorsement rate
- ๐ #3 of 55 neoforge mods in this game by downloads
๐ About This Mod
Recursive AE2 Pattern Provider ๐ Overview Recursive AE2 Pattern Provider revolutionizes Applied Energistics 2 automation by automatically generating dependency patterns for complex recipes. Say goodbye to tedious manual pattern creation and hello to effortless multi-tier crafting automation! โจ Features ๐ฏ Automatic Pattern Generation - Smart Dependencies: Automatically creates patterns for missing crafting ingredients - Recursive Logic: Generates patterns for ingredients of ingredients, as deep as you configure - Recipe Discovery: Only creates patterns for items that have valid crafting recipes - **If you set a no crafting pattern as Recursive you need to put in a pattern provide attached to a Molecular Assembler** ๐ง Per-Pattern Control - Add Recursion: Craft any AE2 pattern with the configured recipe item (default: iron ingot) to make it recursive - Universal Support: Works with ALL AE2 pattern types: - Crafting Patterns - Processing Patterns - Smithing Table Patterns - Stonecutting Patterns - Remove Recursion: Craft recursive pattern alone (without the recipe ingot) to make it normal ๐จ Visual Feedback - Enhanced Tooltips: Clear indicators showing recursive status and usage instructions โ๏ธ Configuration Options - Recursion Depth: Control how deep pattern generation goes (-1 = unlimited, 0 = disabled, 1+ = limited) - Recipe Item: Customize which item is required to craft recursive patterns (default: `minecraft:iron_ingot`) - Substitute Inheritance: Auto-generated patterns inherit substitute settings from parent patterns - Default Settings: Configure default substitute behavior for patterns without parent context ๐ฎ How to Use Step 1: Create Your Pattern Create any AE2 pattern normally (e.g., Iron Pickaxe recipe) Step 2: Make it Recursive + โ Craft the pattern with the configured recipe item (defaul: iron ingot) in any crafting table Step 2b: Remove Recursion โ Craft the recursive pattern alone (without the recipe item) to make it normal again ๐ก Customizing the Recipe Item To change which item is required for crafting recursive patterns, edit your mod configuration: ```toml recipeItem = "minecraft:diamond" # Use diamond instead of iron # Or use any other item: # recipeItem = "minecraft:gold_ingot" # recipeItem = "minecraft:emerald" # recipeItem = "ae2:calculation_processor" ``` Step 3: Install in Pattern Provider Place the recursive pattern in your Pattern Provider Step 4: Automatic Magic The mod automatically generates patterns for: - Sticks (if Iron Pickaxe needs them) - Iron Ingots (if you're using raw iron) - Any other missing intermediate components Example Scenario Traditional AE2: To autocraft Iron Pickaxes, you manually create: - Iron Pickaxe pattern - Stick pattern - Iron Ingot smelting pattern (if using raw iron) - Wood plank pattern (if making sticks from logs) - ... and so on With This Mod: Create ONE recursive Iron Pickaxe pattern โ All dependencies auto-generated! ๐ Configuration The mod includes several configuration options in config/recursiveae2patternprovider-common.toml: ```toml # Enable/disable the entire mod enableRecursiveAE2PatternProvider = true # Maximum recursion depth (-1 = unlimited, 0 = disabled, 1+ = limited depth) recursionDepth = -1 # Default substitute settings for auto-generated patterns defaultAllowSubstitutes = false defaultAllowFluidSubstitutes = false ``` ๐ง Technical Details Compatibility - Minecraft: 1.21.1 - NeoForge: Latest ( 21.1.205 ) - Applied Energistics 2: Required - Extended AE: compatible _( not the Assembler structure )_ - Advanced AE: compatible from 1.0.6 ( Not their Advanced Processing Pattern) - Server/Client: Works on both dedicated servers and single-player Performance - Smart Caching: Prevents duplicate pattern generation - Efficient Processing: Only generates patterns when actually needed - AE2 Integration: Uses AE2's existing pattern system for maximum compatibility Transform your AE2 experience from tedious pattern management to effortless automation mastery!
Recursive AE2 Pattern Provider ย ๐ Overview Recursive AE2 Pattern Provider revolutionizes Applied Energistics 2 automation by automatically generating dependency patterns for complex recipes. Say goodbye to tedious manual pattern creation and hello to effortless multi-tier crafting automation!
โจ Features ๐ฏย Automatic Pattern Generation - Smart Dependencies: Automatically creates patterns for missing crafting ingredients - Recursive Logic: Generates patterns for ingredients of ingredients, as deep as you configure - Recipe Discovery: Only creates patterns for items that have valid crafting recipes - If you set a no crafting pattern as Recursive you need to put in a pattern provide attached to a Molecular Assembler
๐งย Per-Pattern Control - Add Recursion: Craft any AE2 pattern with the configured recipe item (default: iron ingot) to make it recursive - Universal Support: Works with ALL AE2 pattern types: - Crafting Patterns - Processing Patterns - Smithing Table Patterns - Stonecutting Patterns - Remove Recursion: Craft recursive pattern alone (without the recipe ingot) to make it normal
๐จย Visual Feedback - Enhanced Tooltips: Clear indicators showing recursive status and usage instructions
โ๏ธย Configuration Options - Recursion Depth: Control how deep pattern generation goes (-1 = unlimited, 0 = disabled, 1+ = limited) - Recipe Item: Customize which item is required to craft recursive patterns (default: `minecraft:iron_ingot`) - Substitute Inheritance: Auto-generated patterns inherit substitute settings from parent patterns - Default Settings: Configure default substitute behavior for patterns without parent context
๐ฎ How to Use Step 1: Create Your Pattern Create any AE2 pattern normally (e.g., Iron Pickaxe recipe)
Step 2: Make it Recursive + โ Craft the pattern with the configured recipe item (defaul: iron ingot) in any crafting table
Step 2b: Remove Recursion โ Craft the recursive pattern alone (without the recipe item) to make it normal again
๐ก Customizing the Recipe Item To change which item is required for crafting recursive patterns, edit your mod configuration: ```toml
recipeItem = "minecraft:diamond" # Use diamond instead of iron # Or use any other item: # recipeItem = "minecraft:gold_ingot" # recipeItem = "minecraft:emerald" # recipeItem = "ae2:calculation_processor" ```
Step 3: Install in Pattern Provider Place the recursive pattern in your Pattern Provider
Step 4: Automatic Magic The mod automatically generates patterns for: - Sticks (if Iron Pickaxe needs them) - Iron Ingots (if you're using raw iron) - Any other missing intermediate components
Example Scenario Traditional AE2: To autocraft Iron Pickaxes, you manually create: - Iron Pickaxe pattern - Stick pattern - Iron Ingot smelting pattern (if using raw iron) - Wood plank pattern (if making sticks from logs) - ... and so on
With This Mod: Create ONE recursive Iron Pickaxe pattern โ All dependencies auto-generated!
๐ Configuration The mod includes several configuration options inย config/recursiveae2patternprovider-common.toml:
```toml # Enable/disable the entire mod enableRecursiveAE2PatternProvider = true
# Maximum recursion depth (-1 = unlimited, 0 = disabled, 1+ = limited depth) recursionDepth = -1
# Default substitute settings for auto-generated patterns defaultAllowSubstitutes = false defaultAllowFluidSubstitutes = false ```
๐ง Technical Details Compatibility - Minecraft: 1. 21. 1 - NeoForge: Latest ( 21. 1. 205 ) - Applied Energistics 2: Required - Extended AE: compatible _( not the Assembler structure )_ - Advanced AE: compatible from 1. 0. 6 ( Not their Advanced Processing Pattern) - Server/Client: Works on both dedicated servers and single-player
Performance - Smart Caching: Prevents duplicate pattern generation - Efficient Processing: Only generates patterns when actually needed - AE2 Integration: Uses AE2's existing pattern system for maximum compatibility
Transform your AE2 experience from tedious pattern management to effortless automation mastery!
๐ Mod Details
- Game
- Minecraft Mods
- Author
- Lumengrid89
- Version
- 1.0.8
- Downloads
- 2,070
- Endorsements
- 0
- Category
- neoforge
- Created
- 9/10/2025
- Updated
- 8/19/2026
- Game Versions
- 1.21.1
- Tags
- technology, utility
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does RecursiveAE2PatternProvider support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of RecursiveAE2PatternProvider?
Version 1.0.8, published 2026-08-19 with 2,070 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await

