0.38
Compatibility
Required content
Changes
0.38 Fixes, tweaks and 1.21.1
Increasing the major version because of the internal changes to support 1.21.1
I will now use a gradle plugin to ease the task of publishing versions
1.21.1 support
Charged wing gust gives the wind charged effect
Maybe a little more buggy than 1.20.1 version for now
Glass skeleton
Now inflicts glass shards to the mob that killed it (if the mob is hostile and not using any tool/weapon)
Sentient rift
Now inflicts weakness for 1 second if touched
Glass shards can now affect some undead (with less efficiency)
Skeletons are immune
Mobs from Alex's mobs and Born in Chaos can now spawn in the desert
(even if biome change is disabled)
Compatibility with Biomancy
Recipes
Fixed a crash with mob battle
Improved compat with Phayriosis reborn (beta)
Still some issues due to the sandstone being converted to phayross (infected sand).
Should be fixed once infected sandstone is re-added to Phayriosis
Partial compat with Clanging Howl
Partial compat with Dragon Survival (1.21.1)
Added a config option to always infect diagonally up and down (off by default)
Various tweaks
Fixed bugs and crashes
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:6v3MnFSX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPDDc5bC:6v3MnFSX"
}



