Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
All versions
1.21.1-6.0.10-2.0.3
Release
Create: Aquatic Ambitions 2.0.32 weeks ago 7,141
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
New Features
- Data-driven Conduit Cage effects: Cage effects now live in a datapack registry (one JSON per effect). Pack makers and other mods can add, override, or disable effects, including modded potion effects, without editing the jar. Disabling harmful built-ins (e.g. poison/burning) is now a simple
"enabled": falseoverride. - New config options: New
conduitFluidCapacitytunable lets Fluid Logistics users raise the conduit's tank size.
Fixes
- Fixed the KubeJS startup crash (issues #58, #61).
- Fixed fluid duplication when the Conduit Cage was filled by pipes, spouts, or Fluid Logistics packages (issue #59).
- Fixed night-vision (and other effects) constantly flashing inside the Conduit Cage (issue #55).
- Fixed Builder's Tea not granting Haste when channeled.
- Fixed
awakenedTimeLimitbeing ignored — the conduit now honors the configured awakened-time cap exactly. - A broken or mod-dependent effect in a datapack now disables just itself instead of preventing the world from loading.
Compatibility
- Updated to Create 6.0.10 and NeoForge 21.1.236, with Ponder, Flywheel, Registrate, JEI, and KubeJS bumped to match. Adds compatibility with Fluid Logistics 1.2.0.
- Clearer dependency-mismatch errors when an incompatible KubeJS/JEI version is installed (replaces cryptic crashes).
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:9SyaPzp7:iyqDHPYf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9SyaPzp7:iyqDHPYf"
}

