Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last year
All versions
3.1.0
Release
Extended Slabs - 3.1.0 - 1.20.2last year 243
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.2
Platform
NeoForge
Supported environments
Client and server
Changes
Updated to 1.20.2
Updated to NeoForge
More updates coming soon to newer versions.
New Features:
- Added new Stairs for Grass Block, Podzol, Mycelium, Dirt Path, Crimson/Warped Nylium.
- Added new Slabs, Stairs, Vertical Slabs and Corners for Stripped Woods/Hyphae, Quartz Brick, Hay Bale, Brown/Red Mushroom Block, Mushroom Stem, Moss, Froglights, Sea Lantern, Amethyst, Snow, Sculk, Dried Kelp, Honeycomb, Raw Copper, Raw Iron, Raw Gold.
- Added new Slabs, Stairs, Vertical Slabs and Corners for Glowstone, Nether/Crimson Wart Block, Shroomlight, Magma Block, Smooth Basalt, Obsidian, Crying Obsidian, Soul Sand, Soul Soil.
- Magma Blocks and Soul Sand Blocks work with Bubble Columns just like the vanilla blocks.
Bug Fixes:
- Fixed placing Slabified Sugar Cane on top of Slabified Sugar Cane.
- Fixed being able to see some glass on the inside of glass block variants.
- Fixed glass block double slabs not being transparent.
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:otEsKKsE:fsx7KXEW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:otEsKKsE:fsx7KXEW"
}

