Links
Tags
Creators
Details
7.26.1
Compatibility
Changes
7.26.1
New Enemies
Cactuar
Cactuar can now spawn naturally in desert biomes.
These enemies are fast, tricky, and dangerous if ignored. Watch out for their needle attacks! Water magic is especially effective against them.
Jumbo Cactuar — Boss (From FINAL FANTASY VIII)
Jumbo Cactuar has been added as a triggered boss encounter.
Come prepared, because this fight is meant to be much tougher than a normal Cactuar. Water magic is highly recommended.
New Recipes
- Added synthesis recipes for the Meow Wow Charm.
- Added synthesis recipes for the Komory Bat Charm.
Fixes
- Fixed an Ability Links duplication exploit.
- Dream Eaters now properly despawn when their owner logs out.
- Improved Dream Eater cleanup handling to prevent lingering summoned spirits.
Important
This update includes fixes for known exploits. Server owners are strongly encouraged to update as soon as possible.
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:36hh4NPc:wVo8ggqY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:36hh4NPc:wVo8ggqY"
}

