Tags
Creators
Details
1.0.0-alpha.7
Compatibility
Required content
Changes
Progressionism 1.0.0-alpha.7
Additions
Blocks
- Alloy Furnace: A new furnace that can smelt two items into one.
Advancements
- Copper Age
Recipes
- Alloy Furnace can be crafted like a furnace but with a tin ingot in the middle.
- Raw Tin and Raw Copper can be smelted together, in an Alloy Furnace, into a Bronze Ingot.
Changes
Gameplay
Stone can no longer mine iron.
Advancements
Aquired Hardware now belongs to Copper Age instead of Getting an upgrade.
Removals
Made copper tools and armour unobtainable.
Disclaimer
Sorry guys about the long time without posting. Wrapping my brain around how to implement something as hard as a furnace with two input slots took forever, especially since this is my first mod and then I went on holiday, but finely after hours of battling with Claude and ChatGPT, it's done. Beta will be coming next.
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:CVirmoKz:FA0tretT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CVirmoKz:FA0tretT"
}

