Included content
| Name | |
|---|---|
Related to the following loot modifier : net.orcinus.galosphere.util.loot_modifiers.PillagerPalladiumLootModifier (sometimes crashed with NoSuchElementException: minecraft:damage_source when the desert tried to equip items to mobs, for now just catch the exception and print it the first time)
You should probably lower the desert's speed in your config if you changed it and it is strictly above 1, and you want to keep the same speed
As always, back up your world(s)
Sometimes spawn after an animal is killed in the desert
Drops crystallized tears
Used for overcharged stuff
Mobs and wind gusts should now spawn properly
It should also work a little better in dimensions with a ceiling (not any guarantees for that though)
Non-persistent if not killed by a player
You should maybe change the speed in your config if your it is strictly above 1
It is now faster at speed strictly above 1 (no change for the default value or lower)
desert:check_state mcfunction (/function)Used to query some stats about the loaded desert
Related to sand paths
Added dry dirt slab
Phayriosis, Dynamic Trees (rooty sand not being cleared properly), Neep MEAT (partial), Good Ending (partial) ...
| Name | |
|---|---|
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.
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:F1RPjnrJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPDDc5bC:F1RPjnrJ"
}