0.0.9-alpha
Compatibility
Changes
Lycanites Mobs Update: Incursion - Version 0.0.9-alpha for Minecraft 1.20.1
Bug Fixes
- Dungeon blacklist behavior and added dimension guards to avoid calling expensive dungeon generation code if the dungeon will not be spawning in that dimension.
- Mainhand items being deleted when interacting with a filled Soulstone in the offhand or filling buckets through creature interactions, such as milking Bobeko or collecting water from Jengu.
- Aberrant Stations spawning in cold oceans by adding
-minecraft:is_oceantoaberrantstation.jsonbiome tags. LMHelperClassconvertToInteger,convertToFloat, andconvertToDoublenot accounting for allNumbertypes.- Fluid render type crash with Iris.
- World stalling caused by spawn triggers checking unloaded blocks.
- Mount abilities.
- Boss summoning.
- Summoning Pedestal UI and cleaned up some overlay ordering.
- Random spawn location chunk stalls caused by accessing heightmaps.
- Summoning Staff not spawning multiple entities when sufficiently charged and having no cooldown
*This mod is currently under active development and will have various bugs that are actively being worked on. This version is being uploaded mainly to clear up confusion around unofficial Lycanites Mobs port copies that have been forked from the official source and uploaded to CurseForge by others, even though the mod is not ready for a full release.
Before reporting bugs, please join the official Lycanites Mobs Discord, where known bugs, incompatibilities, and up-to-date information on current development and future plans are available!
*Right click any mob with a stick to recolor it! A preview of what is to come in future updates :)
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:kESMTJSz:oUWL7FX3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kESMTJSz:oUWL7FX3"
}

