Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 6 days ago
All versions
1.12.0
Release
Continuum Core 1.12.06 days ago 55
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Continuum Core 26.1.2-1.12.0
Fixes
- Item fluid transfers now cap to the container's stored amount or remaining capacity, preventing smeltery fluids from being over-drained during bucket and copper can interactions.
- Recipe fluid outputs now resolve registered fluid holders instead of leftover direct holders from datagen, so runtime drops and recipe results keep a stable fluid identity.
- Unbound datapack item tags no longer crash recipe tests during ingredient matching.
- Normal potions are registered without a leading underscore in their IDs.
- Datapack item tags are looked up from the live registry access, not only builtin item holders, so tagged items such as slimeballs match at runtime.
Compatibility
- This library release is intended for Continuum Construct 3.12.0.0 on Minecraft 26.1.2 / NeoForge 26.1.2.
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:8bwIjNTX:SDRqZBjG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8bwIjNTX:SDRqZBjG"
}

