Tags
Creators
Details
1.1.9.0
Compatibility
Changes
-
Added Wisp and Soul mobs: neutral flying ambient creatures that spawn respectively in swamps and in soul sand valleys. They glow in the dark and use their own Mob Category so not to tamper with other mob spawns. If angered they shoot fireballs at the player (fireballs won't set blocks on fire but they can go trough logs and leaves). They drop Curseflame Powder and Soulflame Powder that right now can only be used to craft blaze powder trough a purification process, but more uses will come in the future.
-
Nerfed health and aggro range of Mother Lava Squid
-
Lava Squids now have their own Mob Category to not tamper with other nether spawns (Mother Lava Squids still use the Monster Mob Category)
-
Ancient Hero now has it's own Mob Category to make it easier to find. Only 3 will spawn max per player to not make it too common
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:Qekm44BX:tKJ9uNGl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qekm44BX:tKJ9uNGl"
}

