1.6.4-1.21.1
Compatibility
Changes
Added topsoil turf blocks that are identical to grassy topsoils but without the ability to spread or die. These can be used to have grassy topsoils in very hot biomes, or even to block the spread of surrounding grass blocks to grassless topsoils.
Added a turf item which can be used to make turfed topsoil blocks; it can be crafted with 3 string, a green carpet, and a honey bottle. Each recipe makes 3 turf items
Right clicking on an existing topsoil block will add turf to it. Turf blocks can also be crafted using 1 topsoil and 1 turf item
Crystalline igneous rocks can now be made by combining lava with their volcanic counterparts in a crafting table
Skarns can now be crafted using limestones, a bucket of water, and a bucket of lava
Cryeptic topsoil can now be crafted using inceptisolic topsoil and spruce leaves
Cryaflic topsoil can now be crafted using ustalfic topsoil and spruce leaves
Xeralfic topsoil can now be crafted using ustalfic topsoil and rooted dirt
Shale can now be smelted into smooth shale
Chert now behaves as a resource storage block for flint (9 per block instead of 4)
Fixed the player not sinking into peat like they do muck
Known issues:
- Only grassy mollisolic topsoil can be converted to path blocks.
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:op8aSFQn:HjIoMnQa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:op8aSFQn:HjIoMnQa"
}

