Tags
Creators
Details
1.2.6
Compatibility
Changes
Changelog Additions: -added reaper Leviathan -added spinefish -added hoopfish -added Triops -added ghost Leviathan & juvenile ghost Leviathan -added al-an -added precursor blocks -added precursor arm -added precursor parts for Crafting -added al-an Skelton -added precursor structure -added 2 new advancements -added recipes
Changes: -increased the Speed of the gargatuan Leviathan from 2 ---> 3
Behavior: -reaper Leviathans are aggressive and will grap the Player to drag it around -spinefish & hoopfish are passive -Triops will fight back when attacked -ghost Leviathans are aggressive Leviathans -al-an is a precursor that will trade with the Player (with exp) al-an can be summoned by giving the Skeleton an iron block and an ion cube
-precursor arm can hold up creatures of small or medium size by equipping it and shift right clicking on a creature
precursor blocks: precursor decoration block precursor lamp precursor Floor block & smooth Floor block precursor stairs & smooth stairs precursor slabs & smooth slabs precursor smooth wall precursor button precursor line light block & smooth line light precursor tank blocks precursor force field Emitter & water force field Emitter precursor vent precursor fabricator ion cube stand
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:CMCAY9JX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y0B1totQ:CMCAY9JX"
}

