All versions
1.1a
Alpha
Sandscapes 1.1a2 years ago 289
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Now with recipes! (Alpha 1.1)
- Polished Sandstone (and the red variant): Put 4x
(Red)Sandstonein a crafting grid.One Polished (Red)Sandstonewill result.- Stairs, Slabs: Place the
Polished (Red)Sandstoneas you would with any other stairs or slab recipe. - Stonecutting: Put 1x
Polished (Red)Sandstonein a Stonecutter. For Slabs, you get 2 slabs. For stairs, you get one stair.
- Stairs, Slabs: Place the
- Sandstone Bricks (and the red variant): Put 4x
Polished (Red) Sandstonein a crafting grid. One(Red)Sandstone Brickswill result.- Stairs, Slabs: Place the
Polished (Red)Sandstoneas you would with any other stairs or slab recipe. - Stonecutting: Put 1x
(Red)Sandstone Bricksin a Stonecutter. For Slabs, you get 2 slabs. For stairs, you get one stair.
- Stairs, Slabs: Place the
For doors and trapdoors, you are able to use Smooth (Red)Sandstone, craft them as you would any other door or trapdoor.
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:KCWGY9ft:M3NuwtYx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KCWGY9ft:M3NuwtYx"
}

