Creators
Details
Licensed MIT
Published 3 months ago
All versions
26.1.2-1.6.0
Release
Casting Multiblocks - 26.1.2-1.6.0last month 17
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
1.6.0
- Added mold storage to match vanilla casting Solidifier, molds can be added by right-clicking on the solidifier or in the solidifier screen, they can be moved and placed into the input slot from the solidifier screen. Can store up to 20 different molds, yes i know casting only has 11 but just incase. Solidifier will store the molds when broken and replace them back when placed again in world. Guide Book updated with new this information
- Added view recipes to Multiblock Controller and Multiblock Solidifier
- Added Multiblock blocks as recipe crafting stations
- Controller renderer will now stop rendering fluids if the mutliblock becomes invalid
- Updated Logo
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:vtmxKdWp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HNQefJqd:vtmxKdWp"
}

