0.42.3
Compatibility
Required content
Changes
42.3 : Lots of tweaks and polish
Backup your world (just in case, because I've changed the dune's algorithm)
Check if Fabric Language Kotlin / Kotlin for Forge is up to date
Added dead leaves
Spawns when a tree is dried. Has the birch leaves texture (for now ?). Can be disabled in the config
Tweaks
Added DesertLongDistancePlayerTrackerSpeedModifier config option
Allow you to customize the large distance player tracker's speed
Overcharged sand roses spawn a bit faster now (can also be configured)
The long distance player tracker's speed can now be configured
Also tweaked the default speed a little
The dry wand has now more uses (and is less buggy)
Added a shift left click action for the dry wand in survival
Dunes are now a little bit more random
A little less geometrical
Dead logs can now be rotated
Improved the texture of the weathered sandstone pillar, dead log and the nameless altar core
Added a small dead log set (stairs,slab,fence)
Sandstorms and sandblasters now ground you down if you're flying
Works with some flying mobs too
Improved performance (maybe)
Giant mushrooms are now removed by the desert
Fixes
The bottomless water bucket will no longer break containers when filling an area
Sandblaster were not de-infesting blocks
...
Compat
Better Dynamic trees drying
Terrain slabs
Had stopped working due to id changes
Improved compat with Burnt
Improved tags compat
Caerula Arbor, The eYes, ...
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:lPDDc5bC:VH7xpQla"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPDDc5bC:VH7xpQla"
}

