Links
Tags
Creators
Details
0.4.1
Compatibility
Changes
ADDITIONS:
Added antlion
Added armor for maip (allows it to thrive under sunlight) Albino variant for antlions - (5% chance, 7.5% for buried antlions) Albino + melanistic variants for maip - (2.5% chance each, 5% for onslaught maips) Added footstep sounds for the maip Added a new potion effect - Grimed (integration to antlions) Added a new throwable item - Sand Bottle (integration to antlions) Added a queue sound that plays when a maip charges during an onslaught Revamped the maip entry in the primal compendium Made tar create gravel (placeholder for a new block) when placed near cobblestone Gave onslaught maip an "appear" animation
FIXES/ADJUSTMENTS:
Dreaded will now be cleared as soon as a player tames a maip Increased maip roar cooldown (60>90 seconds) Fixed a bug that reset maip knockback resistance to it's outdated lower value Adjusted where some sounds will play from Made the dino control overlay (G) work with different resolutions Increased maip max health (70>74) Fixed a bug causing all mobs to rise from tar when any player holds 'space' Colorized some messages Fixed maip glowing eyes not rendering correctly during onslaughts Increased onslaught maip step height to prevent them getting stuck (2>5) Made the maip ambient sound play less frequently, with lowered distance and volume Fixed game crashing whenever a mounted maip dies Fixed some tiny issues with the maip saddle reigns Fixed a small z-fighting issue with the maip model
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:xkWLBh5U:qn9O5dAC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkWLBh5U:qn9O5dAC"
}

