Tags
Creators
Details
1.5.2
Compatibility
Required content
Changes
v1.5.2
Refactored projectiles to utilize the new ThematicPersistentProjectileEntity system for better consistency.
Resolved multiple NullPointerExceptions and added missing annotations to improve codebase stability.
Fixed persistent NBT issues that were causing data errors during gameplay.
Fixed Lightning Throw being blocked by certain collisions and corrected its associated animation.
Resolved a "double equip" bug that allowed items to be equipped in multiple slots simultaneously.
Fixed Lasso durability issues after multiple rounds of testing.
Prevented Arkillo from despawning prematurely.
Fixed a ClassCastException within SlowProjectile specifically affecting Arkillo.
Corrected the resistance level scaling for the Indomitable ability.
Adjusted Red Robin’s damage output to meet intended balancing specs.
Fixed a Watchdog Error triggered by Aquaman’s Trident and unmasked several hidden exceptions for better debugging.
Fixed rarity and "shiny" status rerolling incorrectly when a player uses shapeshifting abilities.
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:X8IXdS40:aA5QAQje"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X8IXdS40:aA5QAQje"
}




