1.4.1
Compatibility
Required content
Changes
V 1.4.1 : Minor spawn tweaks Bug fix
V 1.4 : Advancements The bubble scale to the size of the entity Totem animation The projectile now despawn upon hit
V 1.3.2 : PlayerAnimator isn't needed anymore Fixed some crash issue Spit Splat is less common and isn't found in deep ocean biomes anymore
V 1.3.1 : Fixed the text displayed when you right click on a tamed Spit Splat
V 1.3 : Spit Splat Taming Some minor adjustments to Spit Splat + fixed the texture glitch
V 1.2 : Splat Totem (weapon) Bubble potions (potions and arrow) Water shockwave attack (with the totem for now)
V 1.1 : Raw and cooked Spit Splat (food that gives you the bubble effect) and Splat Bones (no use for the moment) Some minor AI adjustments to Spit Splat
V 1.0 : Spit Splat (mob) Splatter (weapon) Bubble Trap (potion effect)
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:G1j7wpKw:tXU8Ntco"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G1j7wpKw:tXU8Ntco"
}

