Tags
Creators
Details
1.1.2
Compatibility
Required content
Changes
-Fixed dinosaurs randomly teleporting
-Fixed dinosaurs not spawning
-Fixed amber monoliths not spawning mobs underground
-Fixed magnetrons targetting husks
-Fixed atlatitan targetting pigs
-Fixed potions added by the mod being brewable with any base potion
-Fixed smelting recipies for smooth decoration blocks being used in blasting furnaces
-Fixed missing tags for mod weapons
-Fixed tremorzilla beam not able to hit large mobs
-Fixed tremorzilla not animating when ridden underwater
-Fixed atlatitan ride duration only decreasing when stomping
-Fixed atlatitan stomp noise not playing when ridden
-Fixed baby atlatitan making loud stomp noises
-Fixed galena guantlet fingers bending backwards in offhand
-Fixed galena guantlet destroying non-damageable metallic items
-Fixed ferrouslime not appearing in holograms
-Fixed holograms being flipped
-Fixed player holograms back legs being moved back when sneaking
-Fixed dinosaurs dismounting from minecarts
-Fixed seeking arrows getting stuck if fired from a piercing crossbow
-Fixed crash with items falling into the void
-Fixed basalt blocks not being magnetic
-Fixed mineshafts carving through acid blocks
-Fixed acid flowing into an acid-loggable block making source blocks of acid
-Fixed raw fish from other biomes not having the bonus applied to the primordial armor set when eaten
-Fixed vallumraptors only targeting pigs and not other farm animals
-Fixed tremorsaurus shake attack launching players vertically
-Fixed iron golems not taking additional acid damage
-Fixed fish bucket items added by the mod not working in dispensers
-Fixed baby tremorzillas having the adult hitbox when swimming
-Fixed sounds never decreasing in primordial caves
-Fixed tremorzilla getting stuck in cobwebs
-Updated polish translations
-Updated ukrainian translations
-Updated toki pona translations
-Updated japanese translations
-Updated turkish translations
-Updated chinese translations
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:U6GY0xp0:RplA7oyA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6GY0xp0:RplA7oyA"
}


