Tags
Creators
Details
1.1.8
Compatibility
Required content
Changes
Additions: -added lava larva -added lava lizard -added river prowler -added river prowler icon with item id:rpitem (can only be gotten with command) -added river prowler advancement (kill a river prowler)
Changes: -changed the follow reach of the symbiotes (now a bit less) -changed that snow stalkers(baby and adult) spawn at frozen rivers -changed that peepers,bleeders now also spawn in rivers -changed arctic peepers now also spawn in frozen rivers -removed the glowing of the arctic peeper,peeper,bleeder
Behavior: Lava larva -when lava larva swims over redstone block,redstonelamp, it will stick itself onto it and will absorb it -when absorbing redstone power they regenerate hp
River Prowler the river prowler is the only creature that spawns in river bioms (but also deep oceans)
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:Y0B1totQ:FO67oQG4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y0B1totQ:FO67oQG4"
}

