All versions
3.2.0-mc-26.1.2
Release
Mob Flow Utilities 3.2.0-mc-26.1.22 months ago 11
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
v3.2.0-MC-26.1.2
New
- Added Liquid XP fluid, obtainable via the Collector
- Added Liquid XP Bucket
- Collector now stores XP as a fluid internally, exposable via pipes/automation
- Right-clicking the Collector with an empty bucket fills it with Liquid XP; right-clicking with a filled bucket empties it into the Collector
- Added XP bar to the Collector GUI showing progress to next level
- Incubation Orb renamed to Life Catalyst
- Life Catalyst is now crafted (4x Liquid XP Bucket + 4x Ender Eye + Ender Pearl) instead of being a mob/boss drop
- Gloom Spore and Glimmer Sprout now have crafting recipes (while still obtainable from loot chests)
- Added Gigatank — a large fluid storage block supporting bucket interaction, pipe automation, and fluid persistence on break.
Changed
- Collector GUI overhauled
- Most items have received a full texture overhaul
Removed
- Life Catalyst (formerly Incubation Orb) mob and boss drop loot modifiers
- Gloom Spore and Glimmer Sprout mob drop loot modifiers
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:N2cTD3Ix:R5WGUNUP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N2cTD3Ix:R5WGUNUP"
}

