Tags
Creators
Details
All versions
1.20.1-0.0.6
Alpha
It'll Get Beta 0.0.63 years ago 3,901
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- Added 'simulation level' configuration option, which can be used to reduce flickering of Vat contents and temperatures
- You can now filter Molecules by name and phase in the Vat GUI
- When in creative mode, an empty Test Tube can copy Mixtures from any fluid-containing block
- Fixed Mixtures involving recipes only working if you don't have the right contents
- Added redox between iodide and chlorine
- Fixed main synthesis for chlorine not showing up in JEI
- Fixed Mixtures not showing uses/recipes for component Molecules when clicked in JEI
- Fixed benzene hydrogenation reaction taking toluene
- Fixed dissolving nickel producing iron
- If a Display Link is used to observe the entire contents of a Vat, it now shows quantities rather than (incorrect) concentrations
- Fixed Refrigerstrayters heating Distillation Towers
- Fixed multiplayer crash when looking at Vat Controllers and Dynamite
- Fixed crash when Mixtures polluted or caused damage to players
- Schematicannons now accept Gunpowder again
- Reverted change to Basins where they would mix any Mixtures added to them, as it broke brine electrolysis
- Fixed infinite Iodine generation
- Fixed LPG (and other gaseous Mixtures generated by recipes) not inserting into Vats
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:uY7EYHum:enzSAO5N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uY7EYHum:enzSAO5N"
}


