Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 weeks ago
Updated 3 weeks ago
All versions
1.1
Release
Create: Liquid Blueprints 1.13 weeks ago 142
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changed
- Liquids (full liquid blocks and waterlogged blocks) are now printed in a dedicated pass at the very end of a schematic, after every other block has been placed. This stops water from breaking redstone and neighbouring blocks that are still being printed.
- Liquids placed by the cannon no longer flow while the cannon is printing. Each placed liquid is frozen in place, so a print comes out the same way every time and does not depend on surrounding water. As soon as a player (or anything other than the cannon) modifies a block next to a placed liquid, it behaves like normal liquid again.
- Water and waterlogged blocks are no longer placed in the Nether (or any ultra-warm dimension). Water blocks are skipped entirely, and waterlogged blocks are placed dry. Lava and other liquids still work there.
- The creative schematic deployer (
SchematicPlacePacket) now uses the same fluid-aware placement, so it also waterlogs and freezes liquids correctly.
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:AN9wrCaY:bPc0kK7G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AN9wrCaY:bPc0kK7G"
}

