Tags
Creators
Details
0.2.0-beta.1-hotfix.2
Compatibility
Changes
Slabbed โ 0.2.0-beta.1-hotfix.2
๐ง Fixes
-
Client Lag Resolved
- Removed runaway
emitQuadsdebug logging that caused severe client-side lag during placement and rendering.
- Removed runaway
-
SBSF Stabilization
- Improved stability for Slab-Block-Slab (SBSF) stacking.
- Eliminated visible floating/gap behavior in common SBSF scenarios.
-
Triad Integrity Verified
- Confirmed model, outline, and raycast alignment for dy โ 0 cases.
- No visual/interactions divergence introduced.
๐งช Verified
- No placement lag.
- No SBSF ghosting after movement, reload, or neighbor updates.
- Baseline (full-block lane) remains unchanged.
If you experienced placement lag in previous builds, update to this version.
Limitations
-
Certain multi-layer slab stacks can still produce visual or placement inconsistencies (e.g., ghost faces or unintended vertical offsets).
-
Currently supported patterns:
- SBS (Slab โ Block โ Slab)
- SBBS, SBBBS, and deeper variants (any number of full blocks between slabs)
-
Currently not supported:
- SBSB (Slab โ Block โ Slab โ Block)
In other words, once a slab has inherited an offset from the block below (the SBS case), placing a full block on top of that slab is not yet handled correctly and may result in floating or misaligned placement.
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:5nraCxl9:gghEOcVy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5nraCxl9:gghEOcVy"
}

