Tags
Creators
Details
-2.12.0-snapshot.3.1
Compatibility
Changes
This snapshot is adding the Redstone Sulfur Cube. By putting a Block of Redstone inside a Sulfur Cube, you now have a moving power source that powers all Redstone components in a 1 block radius around it! It also fixes quite a few older bugs.
Developers Note: The original version of this snapshot had a bug where every Sulfur Cube acted like a Sulfur Cube with redstone, the old version is still available on GitHub, but this is the fixed build.
Gameplay
- added Redstone Sulfur Cube which powers Redstone components in a 1 block radius around it
Technical
- bumped Fabric API from
0.152.2+26.2to0.154.2+26.2
NBT Tags
- added new
vsq:powerRedstone: INTNBT tag which controls how much Redstone power should be given of by an entity, ranges from 0-15, 0 meaning it emits now Redstone power.
Bugfixes
- fixed vsq-60: cooldown state could be rapidly dropped in edge cases when spam relogging
- fixed vsq-61: VSQEnchantmentEffects where initialized twice
- fixed vsq-62: Enchantment effects from the offhand could be used in the mainhand in some cases
- fixed vsq-63: Missing translation for 2 tags
- fixed vsq-64: Redundant code in swirling
- fixed vsq-65: when switching from swirling to a non-swirling enchanted item, the player animation would freeze and bug out
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:rVMDqRJS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XCYqTFzN:rVMDqRJS"
}

