Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 2 days ago
All versions
0.5.2-alpha.20+1.21.1
Alpha
Sable physics fix2 days ago 244
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Slabbed 0.5.2-alpha.20 — NeoForge 1.21.1
- Fixed Sable physics objects (Create Aeronautics, Tree Physics and other Sable-based mods) floating half a block above lowered Slabbed blocks. They now rest on lowered blocks right where the blocks are drawn, and settle properly if a block's height changes underneath them. Tested with Sable 2.0.3 and 2.0.5. Thanks to ALEILGOD for spotting the floating and checking the hitbox, and to banhammer911 and ForestWolf99 for the earlier testing (GitHub issue #49).
For Minecraft 1.21.1 with NeoForge.
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:127msuy5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5nraCxl9:127msuy5"
}

