3.0
Compatibility
Required content
Changes
Changed the version counting
Added The following Material Flags:
• CMMEMaterialFlags.GENERATE_BROAD_ROD
• CMMEMaterialFlags.GENERATE_TUBE
• CMMEMaterialFlags.GENERATE_FULLBLOCK_ORE_PROCESSING (recipes are work in progress)
Added tags for all Gregtech Material Items what didn't had tags for easier accesibility within gregtech
More Plate recipes
! Warning for modpacks ! If you removed the crafting recipes any plate added by this mod with kubejs, you will have to change the recipe ids to the new ones (if you used id to remove them).
Optional dependencies
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:xZZJ0ia3:53d07SHJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xZZJ0ia3:53d07SHJ"
}



