1.0.0
Compatibility
Changes
AutoCrafter Mod for Minecraft Forge 1.20.1
Unleash automated crafting in your Minecraft world with the AutoCrafter mod! This mod brings the highly anticipated 1.21-style Crafter block to your Forge 1.20.1 game, allowing for efficient and compact item production.
Features:
1.21 Crafter Functionality: Replicates the core behavior of the vanilla 1.21 Crafter block. 3x3 Crafting Grid: Place ingredients in a standard 3x3 grid. Toggleable Slots: Individually enable or disable any of the 9 input slots. Disabled slots will not accept items and will not be considered for crafting recipes.
Redstone Automation:
Activate the Crafter with a redstone signal to automatically craft items. Hopper Integration: Easily feed ingredients into the Crafter using hoppers. Items are intelligently distributed one-by-one across enabled slots in a round-robin fashion, prioritizing empty slots before stacking. Crafting Output Preview: A dedicated output slot visually displays the result of the current recipe, helping you set up your automated systems. Frontal Output: Crafted items are ejected to the front face of the block, either into an adjacent inventory or dropped into the world if no inventory is present.
How it Works:
Place Ingredients: Open the AutoCrafter GUI and place your desired crafting ingredients into the 3x3 input grid. Toggle Slots: Use right-click on any input slot to enable or disable it. Disabled slots will show a visual overlay. Recipe Preview: The output slot on the right will show you what item will be crafted with the current arrangement of ingredients in the enabled slots.
Automate with Redstone:
Apply a redstone pulse to the AutoCrafter. It will attempt to craft the item shown in the output slot, consume the necessary ingredients from the enabled slots, and eject the result. Crafting Recipe: To craft an AutoCrafter, use the following recipe in a 3x3 crafting grid:
I R I R C R I R I
I = Iron Ingot (minecraft:iron_ingot) R = Redstone Dust (minecraft:redstone) C = Crafting Table (minecraft:crafting_table) Get ready to build your next automated factory with the AutoCrafter!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9L4QwSX0:jjs63kmB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9L4QwSX0:jjs63kmB"
}

