Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 months ago
All versions
0.0.6-1.20.1
Beta
Create Metallurgy 0.0.6-1.20.12 years ago 75.7K
Compatibility
Minecraft: Java Edition
1.20.x
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changes
- Fix Wolframite Ore loot table.
- Fix Coke / Steel blocks "Forge:storage_blocks/material" conflict.
- Foundry Basin can be fill by R-Clicking with Items on open Foundry Lids.
- Foundry Lids need to me Crouch to be open.
- Mold Consumed condition is now displayed in JEI recipes.
- Added console WARN when specified Mold condition without mold ingredient.
- Added German localization.
- Added Ponders to Create Ponder Index.
- Rewrite of Casting Basin/Table code (Casting recipe output can be a tag).
- Added Molten fluids (Netherite, Aluminum, lead, nickel, osmium, silver, tin).
- Change Tungsten wire craft now 1 ingot = 2 wires.
- Change Foundry Basin Spoutput behavior (R-Click on face with Wrench to enable it).
- Foundry Basin can no longer be used in Processing Recipes (Pressing, Mixing...).
- Fix Casting processing time speed up only if Casting Blocks are in air current at the recipe start.
- Changed Dirty Dusts tags ("forge:dirty_dusts/dirty_gold" to "forge:dirty_dusts/gold").
- Update Casting Basin / Table textures.
- Smelting recipe duration now appears up in JEI.
- Minerals dusts can no longer be smelt to make x1.33 (Ores processing WIP).
- Added ores compats (Aluminium, Lead, Nickel, Osmium, Silver, Tin).
- Added Alloys compats (Invar, Electrum, Bronze, Constantan, Void Steel).
- Update Create dependency from 0.5.1f to 0.5.1h (can be played with both).
- Added KubeJS compat.
Optional dependencies
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:AMSUQLsc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Soft45xC:AMSUQLsc"
}



