2.3.0
Compatibility
Required content
Changes
Version 2.3.0 Changelog New Features Added Molten Redstone Fluid System
Registered new molten redstone fluid Mixing recipe: 1 Polished Rose Quartz → 90mb Molten Redstone (heated) ( for create ages) Filling recipe: 1 Iron Sheet + 10mb Molten Redstone → 1 Electron Tube ( for create ages)
Added
- Tuff Milling Recipe - Added milling support for tuff stone
- 25% chance for flint
- 10% chance for gold nugget
- 10% chance for copper nugget
- 10% chance for zinc nugget
- 10% chance for iron nugget
- Processing time: 150 ticks
Fixed
- Brass Recipe Ratios - Corrected brass mixing recipe to proper 1:1 ratio
- Changed from 180mb + 180mb → 360mb to 90mb + 90mb → 180mb (2 ingots worth)
- Now correctly matches Create's standard brass recipe (1 copper + 1 zinc = 2 brass)
- Stone Variant Recipes - Added missing nugget outputs to milling recipes
- Crimsite now drops iron nuggets (40% chance)
- Asurine now drops zinc nuggets (30% chance)
- Ochrum now drops gold nuggets (20% chance)
- Veridium now drops copper nuggets (80% chance)
- Fluid Tags - Added proper fluid tags for Create Metalwork compatibility
- Created
c:molten_copper,c:molten_zinc, andc:molten_brasstags - Brass mixing now uses fluid_tag type for better mod compatibility
- Created
-Reworked
- Added new molten automation
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:lHqjgWEc:QkCVQGa1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lHqjgWEc:QkCVQGa1"
}
