All versions
1.1.4
Release
VFXWeaver API 1.1.4 (1.21.11)13 hours ago 6
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
VFX Weaver API 1.1.4
Changed
speed_lines: the lines are no longer evenly spaced. A newpos_randparam (default 1.0) jitters each line's angular position inside its own slice, so the layout is uneven instead of one line per equal sector;pos_rand: 0restores the old even layout.seednow drives a line's position as well as its length, so animating it churns the whole layout, and a line pushed against a slice boundary is measured to the nearest centre, so it is not cut off.
Fixed
pulse_ring:thickness: 0now really means zero - the ring is not drawn at all (it used to be clamped to a 0.05 minimum and rendered as a hairline).- The
speed_linesshader declared its line-length uniform asline_lengthwhile the parameter islength, which logged an unknown-uniform warning on every startup; the names now match.
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:HBhB8m4j:sb2oxkmw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HBhB8m4j:sb2oxkmw"
}

