Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
1.10.2
Alpha
SRP v 1.10.26 months ago 30.9K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
1.10.2 Changes ever since 1.10.1
- Meteor landing tweaks: Double the minimum radius -> 50 to 100 blocks. Higher maximum radius -> 120 to 144 blocks. -30% meteor damage = 90 blocks kill radius down from 110+.
- Purifier now restores the original biome!
- Several missing fixes and tweaks
- Fixed sync on Client end, mark chunk as dirty to save biome changes.
- Re-added nbt structures
- Meteor mode flavour text
- Added block-spread to massive amount of blocks
- Fixed phase skipping, phase increase not sending message, vector point cap, Parasites with no potion effects.
- Added compendium animations, inborn lore, & evil saturn.
- Fixed meteor having glass in it and spectator mode parasite loot name
- Fixed Vectors not working as intended in later Phases. Canra to have the same buff as assimara Cow.
- Burrower texture
- Code optimisations
- Fixed the game from freezing by generating aggro from outside the follow range of entities
- Japanese & French .lang files
- Made level and evo clocks only show textures/levels when held
- Added hidden advancements for killing the kirin and draconite
- Added styling to the lore (bold, slanted, etc.)
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:MJX7HTHx:ZFFjMxq0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJX7HTHx:ZFFjMxq0"
}

