
Advanced Compounds & Alloys
AC&A is a very large mod mainly based around science. It is MOSTLY scientifically accurate, but of course not completely, some things are simplified for gameplay (though not massively) and some things I have not been able to find good sources.
Tags
Creators
Details
1.7.1
Compatibility
Changes
ACA& The Environmetal Update Pt. 1 Changelog
-Added a fluffed dandelions -Added fluffed dandelion fields (currently not working perfectly) -Added Granny Smith apples -Added juke box wood blocks -Added compressed wood blocks -Added dark oak wood block set -Added petri dishes -Added droppers -Added yellow bacterial brine (more will be added) -Added bacterial incubator -Added bacterial extractor -Added chinese blocks -Added cloth filters -Added more uses for cotton -Added a whish recipe -Added ambrosia apple pies -Added a few more achievements
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:bMd9bSlx:zHcNvGVz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bMd9bSlx:zHcNvGVz"
}
