0.2.0
Compatibility
Required content
Changes
-
added Brachiosaurus
-
added Dilophosaurus
-
added Herrerasaurus
-
added Lowland Goat (naturally spawning)
-
added Metriacanthosaurus
-
added Patagonian Toothfish (naturally spawning)
-
added Triceratops
-
added Troodon
-
added Tyrannosaurus
-
added Jeep Wrangler
-
added Triceratops Skull block
-
added Tyrannosaurus Skull block
-
added placeable Mosquito in Amber
-
added Amber Blocks
-
added Amber Glass
-
added Paddock Signs
-
continued adding dinosaur plushies
-
added Araucaria wood types
-
added Palm wood types
-
added 8 custom paintings
-
added Araucaria Tree
-
added Heliconia
-
added Palm Tree
-
added Serenna verriformans
-
added West Indian Lilac
-
continued adding dinosaur fossil items
-
continued adding dinosaur dna items
-
added Chilean Sea Bass
-
added Dart Gun
-
added Franchi SPAS-12
-
added Night Vision Goggles
-
added Barbasol Can
-
added 25 custom achievements
-
added dinosaur hatching music for hatched dinosaur eggs
-
BUG FIX: fixed dinosaurs still spawning after dinosuar egg is broken
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:vj0kavxK:MNsJc51Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vj0kavxK:MNsJc51Z"
}


