0.0.2
Compatibility
Changes
Desertial! - (Update 0.0.2)
- Added Silky Sand
- Added Smooth Soil
- Added Rough Soil
- Added Thistleweed
- Added Tufflesprout
- Added Sparse Grass
Other Additions in this update
It has been decided to remove the ability to bonemeal the Pillarspine Cactus due to issues getting it to work like Bamboo + Sugar Cane, which was supposed to take properties from bamboo but have a limit like the Sugar Cane on bedrock (which is bonemealable) so it was removed.
Added 3 new advancements (forgot to say that 4 advancements were added in v0.0.1 so now there's 7 total advancements)
Added a loot table to Sparse Grass so it drops seeds.
Added Dune Dust Puff particle for the Sandy Dunes to add something of a form of life in this biome.
Known Issues
The new plants can't be placed over right now, which means falling blocks will break upon contact upon them, but the Pillarspine Cactus may not be changed because of how it grows, though most plants should act like grass to place blocks over them.
The Sandy Dunes has a strange problem to where they can generate in more mountainous areas, which is not an intended thing at all and is a high priority fix.
[These issues will be fixed next version hopefully]
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:vrx2UQxF:6KjH3w9h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vrx2UQxF:6KjH3w9h"
}

