1.9.1
Compatibility
Changes
Initial Modrinth release.
This version corresponds to Reagenica v1.9.1 on CurseForge.
Highlights:
- Added Wind Chimes
- Added potted variants for Reagenica mushrooms and saplings
- Offering Box balance adjustments
Reagenica includes:
- Chemistry and reagent mixing
- Agriculture and cooking
- Fermentation and microorganisms
- Ore processing and metallurgy
- Nuclear technology
- Exploring the Paleogene Dimension
- Japanese-themed blocks, items and structures
Language:
- English
- Japanese/日本語
Wiki (Japanese only): https://wikiwiki.jp/reagenica/
Reagenica History
- ver 1.9 Mushroom crossbreeding system was added
- ver 1.8 Offering Altar and Kagurasuzu were added
- ver 1.7 MOX fuels were added
- ver 1.6 Iridium tools with exclusive enchantments were added
- ver 1.5 Paleogene Dimension was added
- ver 1.4 Hot Spring Village and Alchemist's Lab were added
- ver 1.3 Hot Spring was added
- ver 1.2 Solar Power Generator was added
- ver 1.1 Vinegar was added
- ver 1.0 Full Release Radioisotope Thermoelectric Generator and Large tank were added
- ver 0.6 Tomatoes, Corns, and Grapes were added
- ver 0.5 Ammonia and Nitrogen-containing organic compounds were added
- ver 0.4 Some Decorative blocks were added
- ver 0.3 Machines Supports item loading and unloading via machines from other mods
- ver 0.2 Initial publish
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:4sRTr2YD:Cwvk7iQO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4sRTr2YD:Cwvk7iQO"
}

