RecursiveAE2PatternProvider

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 2,070 downloads ๐Ÿ“Œ v1.0.8 ๐Ÿ“… 9/10/2025
๐ŸŸก Updated this year

By Lumengrid89 ยท neoforge

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/19/2026 ๐Ÿ“… Created: 9/10/2025
โš ๏ธ Install Order ยท 2 steps
1๐Ÿ› ๏ธ Forge โ€” Minecraft Forge (mod loader) Download โ†—
2๐Ÿ› ๏ธ Fabric โ€” Fabric Loader Download โ†—

Install in this order, then this mod last โ€” most mods fail to load without their framework and dependencies in place.

๐Ÿ” 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!

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Mods Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More neoforge ๐Ÿ‘ค More by Lumengrid89 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best neoforge (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods