Tags
Creators
Details
1.1.7
Compatibility
Required content
Changes
Additions: -added PDA again -added Khaara info page -added titan holefish -added pick up for thumpers (right click on them) -added recipes for ultraunit17 plushy, pyro plushy -added symbiote -added cryptosuchus -added boneshark
Changes: -thumper doesnt disappear when placed in creative -thumpers range increased dramaticly -changed ice worm animation (walking/swimming) -changed the size of the ice worm a little bit
Fixes: -fixed ice worm not floating in water
Behavior: Titan Holefish & Symbiote -when right click on titan holefish it will give of air and replanish oxygen -titan holefish spawn symbiotes randomly every couple minutes or when attacked -symbiotes spawn every couple minutes if no other symbiote is around the titan holefish -when titan holefish is attacked, psawn a swarm of symbiotes -symbiotes follow nearest titan holefish and try to find onther one when the original dies
Cryptosuchus -the cryptosuchus is passive but only as long as the player doesnt annoy it -the cryptosuchus has a aggression meter, when the player is in a specific distence to the cryptosuchus the aggression meter rises and if its too high the cryptosuchus will attack -if the cryptosuchus is hurt, its aggression is instantly maxed out and will attack
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:fPVouzso"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y0B1totQ:fPVouzso"
}


