Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
1.0.3-1.21.1
Release
Create Metallurgy 1.0.3-1.21.1 for Create 6.0.103 months ago 40.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
Create Metallurgy - v1.0.3
Additions
- Added missing crushed raw tungsten melting recipe
Bug Fixes
- Fixed Faucet crash on server #144
- Fixed Industrial Crucible crash #142
- Fixed Industrial Crucible crash when melting recipe using HeatJS #142
- Fixed world generation crash #149
- Fixed Electrum ore duplication recipe #152
- Fixed Crucible wouldn't refresh when the Blaze Burner changed states underneath it
- Fixed HeatJS custom heat source overlapping with Blaze Burner #153
Optional dependencies
Any compatible version
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:Soft45xC:4RhIMmaJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Soft45xC:4RhIMmaJ"
}

