0.41.2
Compatibility
Required content
Changes
0.41.2 : Essential fix, fixes, make backups
Make backups
Fixed a crash with the Essential mod
If you have fabric language kotlin on (Neo)Forge, you can probably remove it
The mod now requires Fabric Language Kotlin on (Neo)Forge
Fixed a stack overflow crash with the electrostatic enchant in 1.20.1
Fixed a bug where block positions where not loaded properly in 1.21.1
Added the Quartz Catalyst as an experimental block
Doesn't spawn for now. Allow more weathered sandstone to grow around
Improved Phayriosys compat
0.41.1 : Hotfix
Fixed an error log spam issue
Vengeful animal husks now have a lower chance of spawning near enchanted sand roses
Added a workaround to fix a weird crash with Galosphere
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)
0.41 : Vengeful husks, fixes and tweaks
...see older changelogs...
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:5XE9vo3w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lPDDc5bC:5XE9vo3w"
}

