Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 weeks ago
All versions
2.2.0
Release
[Forge]Visuality: Reforged 2.2.0 for 1.20.12 weeks ago 20.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
Visuality: Reforged 2.2.0
Support policy
- This is a one-time compatibility release for Minecraft 1.20.1 Forge. The branch remains end-of-life and is not part of active maintenance.
Fixed
- Keep malformed particle-emitter JSON files unchanged, log a clear error, and retain the last valid runtime configuration instead of silently replacing files with defaults (#25).
- Reduce the default soul-sand and soul-soil ambient particle rate and add an optional per-entry
intervalsetting (#13). - Make armor sparkles independent of humanoid renderer models, so they work with model-replacing resource packs and renderer mods; select directly from configured armor that is actually worn (#23, #36).
- Add
#namespace:tagblock selectors and use Forge common ore tags so compatible modded ores, including GTCEu ores, can sparkle (#24). - Apply resource-pack emitter JSON without a
conditionsobject instead of skipping it.
Build and publishing
- Target Minecraft 1.20.1 with Forge 47.4.22.
- Add Mod Publish Plugin 2.1.1 with CurseForge and Modrinth client-only metadata and an opt-in
-PpublishDryRun=truevalidation mode. - Upgrade the Gradle wrapper to 8.14.3 and ForgeGradle to 6.0.54.
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:z13R7Et1:XuoohJcp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z13R7Et1:XuoohJcp"
}

