Links
Tags
Creators
Details
All versions
1.20.1-1.2.0
Release
Alloy Smelter 1.2.0 for 1.20.19 months ago 209
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changes
- Extended forge slots to 5
- New gui
- There are only two smelting recipes for each vanilla ore for each forge level. When smelting one item, it can be placed in any slot in the forge. If a recipe contains 2+ items, the order in which they are placed in the slots is important.
- Changes in Capabilities (You can use both hoppers and blocks from other mods (ae2, etc.) to automate the forge. For the pattern provider (ae2): on any side except the top and bottom. For hoppers: the output slot is located inside the forge, and the input slot is on top. The hopper loads items into the input slots like a chest; the hopper does not have access to the fuel slot.)
- Deleted garbage from the code
Bug Fixes
- Now quick move trigger
ForgeOutputTakenEvent - JEI related errors when using tags in recipe
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:qq5kJ7f2:3a94WPpj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qq5kJ7f2:3a94WPpj"
}

