Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 weeks ago
All versions
1.21.1-1.0.0
Release
Vertical Slabs Everywhere 1.21.1-1.0.02 weeks ago 83
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Initial release.
- Generates a vertical slab for every slab registered by any installed mod — wood, stone, brick, deepslate, any material.
- Blocks extend Quark's vertical slab, so placement, rotation, doubling, waterlogging, and collision match Quark's own exactly.
- Blockstates, block models, and item models are generated at runtime and inherit textures from the parent slab — including slabs that other mods generate dynamically (Every Compat, StoneZone).
- Loot tables (double drops two), 3:3 crafting recipes in both directions, optional 1:1 stonecutter recipes, and mining-tool tags copied from the parent.
- Tagged under
quark:vertical_slab,c:vertical_slabs, andc:slabs. Display names derive from the parent block in every language it provides. - Skips any material already covered by Quark, Every Compat, StoneZone, or any block ending in
_vertical_slab— no duplicates. - Uses the
v_slab_compatnamespace and id pattern, so worlds and structure files from the 1.20.1 mod resolve. Registers nothing if the official Vertical Slabs Compat is present.
Requires Moonlight Lib 1.21.1-3.1.1+, Quark 4.1+, and Zeta 1.1+.
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:8hDLxXg3:Lsh9ZwI3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8hDLxXg3:Lsh9ZwI3"
}



