Tags
Creators
Details
4.0.0-beta
Compatibility
Required content
Changes
Changelog
[4.0.0-beta]
This version contains breaking changes so consider making a backup before updating
You might also have to delete an existing old config file "terrain_slabs.json" to not get a crash on startup
Added
- Implement offset with blockstates
- allow ontop and onbottom offsets and all that implies
- implement nice falling sand and water breaking slabs (configurable, disabled with fluidlogged)
- Implement api methods and interfaces for compatibility
- Implement configs for allowing/forbidding offsets on blocks
[3.1.2]
Fixed
- fix waterlogged slabs in basalt deltas
[3.1.1]
Fixed
- fix log spam
[3.1.0]
Added
Following experimental options have been added to the config:
- add support for corner slabs
- add support for slab run length
[3.0.5]
Fixed
- fix blocks on slabs not rendering correctly + related crashes
Fixed
[3.0.4]
Fixed
- fix random waterlogged slabs
- fix game freeze when playing with other world generation mods
[3.0.3]
Fixed
- fix trees generating on slabs
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:SJu6sklj:gyeDa7Nm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SJu6sklj:gyeDa7Nm"
}


