Tags
Creators
Details
1.5.6
Compatibility
Required content
Changes
Release 1.5.6 for MC 1.12.2
Changes:
- Added an input limit for the Quantum Compressor input buffer, can be toggled on and off in the GUI, will limit the buffer to 100% of the recipe requirement
- Added support for some of the CraftTweaker recipe input transforms (such as .reuse(), .noReturn(), .transformReplace()) to the crafting tables
- Added the ability to specify the base crafting time required for Ender Crafting recipes on a per recipe basis (set amount of seconds as the last parameter in a recipe addition)
- Added russian translation
- Changed energy requirement for Combination Crafting to long from int (allowing for more power creep)
- Fixed issues with container items in the crafting tables
- Fixed the Recipe Maker not outputting NBT in the correct format for CraftTweaker
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:5JMG1gql:V6KYgjKP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5JMG1gql:V6KYgjKP"
}


