Tags
Creators
Details
1.21.1-1.2.0
Compatibility
Required content
Changes
1.Improved the values of Bin and Tanks.(You need to delete the previous configuration file for it to take effect)
2.Fix bug where the alloys cannot use on tubes.
3.Fix bug where the Radiance Alloy cannot use to upgrade Ultimate pipe. Thanks @XXXS27(GitHub)
4.Fixed bug where Absolute Tier Installer cannot be used to upgrade Ultimate block. Thanks @Lapis256(GitHub)
5.Fixed the missing display of JEI.
6.Add more upgrades.
7.Add advancements.
8.Add enriched osmium.
9.Add builtin pack that can stop the flashing.
10.The slots in advanced factories can stack more items.
11.Modified recipes related to infinite to make them more reasonable.
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:HUZkxNTQ:up0eVltS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HUZkxNTQ:up0eVltS"
}


