Tags
Creators
Details
All versions
2.4.2-neoforge+26.2
Release
SWAY 2.4.2 Neoforge 26.222 hours ago 8
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Changes
2.4.2 - 2026-08-18
Fixes
- fix forge remap error - (e97b760) - RazorPlay01
- fix double plant linked block resolution to always target upper half from anchor - (06d9343) - Spagles
- fix foliage registration, multiblock linking, engine decay, and config saving - (c448640) - RazorPlay01
Other
- remove info log - (149ce7d) - RazorPlay01
- initialize vanilla foliage registry during mod startup - (1303f90) - Spagles
- use concurrent hash map for behavior registry to support value-based keys - (4445a88) - Spagles
- clean up force pipeline execution, fix final decay re-render mark, and prevent map clear race - (0aecc7c) - Spagles
- ensure config directory exists before saving configuration - (8bc7e60) - Spagles
- Merge pull request #6 from Spagles/master - (c448640) - RazorPlay01
Contributors
-
RazorPlay01
-
Spagles
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| sway-2.4.2-neoforge+26.2-sources.jar | Unknown | 56.56 KiB |
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:Gj6Yce3v:NUt8LL2W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gj6Yce3v:NUt8LL2W"
}

