All versions
1.2.3
Release
VisualFX Pack 1.2.3 - Fabric Port2 months ago 63
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
ENG
VisualFX Pack - v1.2.3 (Fabric 1.20.x)
Bug Fixes:
- Fixed compatibility issue with Architectury API that caused screen effects to appear completely black
- Fixed a conflict with Architectury API that caused massive FPS drops and screen freezing when effects were active
- Fixed excessive log spam that could generate extremely large log files in a short time when the issue occurred
ESP
VisualFX Pack - v1.2.3 (Fabric 1.20.x)
Correcciones:
- Se arregló un problema de compatibilidad con Architectury API que causaba que los efectos de pantalla se vieran completamente negros
- Se arregló un conflicto con Architectury API que provocaba caídas masivas de FPS y congelamiento de pantalla al activar efectos
- Se arregló el spam excesivo de logs que podía generar archivos de registro extremadamente grandes en poco tiempo cuando ocurría el problema
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:ixKQAS0h:W4Q4ROKX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ixKQAS0h:W4Q4ROKX"
}

