Tags
Creators
Details
-2.12.0-snapshot.4
Compatibility
Changes
This is the final snapshot for -2.12.0, I wanted to add a bit more but I didn't really have any ideas that are worth implementing(some of them were things Mojang might add themselves very soon). There is a new Sponge Sulfur Cube which drains water and dries in the nether.
Gameplay
Sulfur Cube
- added sulfur cube with sponge
- the max limit for absorbing is 1280 blocks of water
- dries in custom dimensions which dry water too, just like water
Technical
NBT Tags
- added new NBT tag:
VSQSpongeAbsorbedWaterfor counting the amount of water a sulfur cube sponge absorbed so far
Tags
- added
vsq:sulfur_cube_archetype/dries_waterwhich lists blocks that can be used to dry water when they are in a sulfur cube. - added
vsq:sulfur_cube_archetype/powers_redstonewhich lists blocks that can be used to power surrounding Redstone components when in a sulfur cube.
Note: changelogs without any credits are made by PainterFlow11.
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:XCYqTFzN:J6cfzcXT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XCYqTFzN:J6cfzcXT"
}

