Creators
Details
Licensed MIT
Published 3 months ago
All versions
26.1.2-1.5.0
Release
Casting Multiblocks - 26.1.2-1.5.03 months ago 24
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
1.5.0
- Multiblock controller now renders fluid inside the multiblock, this is wip so let me know if there's issues with it
- Added Multiblock Regulators, as before will limit the amount of fluids that can be stored in the multiblock controller
- Each regulator added in the structure will add 1 more fluid type that can be stored in the controller, so with 3 regulators you can store 3 different fluid types in the controller. The controller will always be able to store at least 1 fluid type, so you can have 0 regulators and still have a working multiblock.
- The amount of regulators will show when hovering over the controller tank
- Without Regulators the tank will hold any amount of fluid types.
- Added information about regulators in the GuideME guide
- Tweaked some GuideME information
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:HNQefJqd:uX1lNfH8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HNQefJqd:uX1lNfH8"
}

