
Prehistoric Nature
Prehistoric Nature is a scientifically-accurate mod bringing to life the entire history of planet earth: hundreds of prehistoric animals, plants and other life. We also offer a range of dimension mods to travel to the past periods (search them up).
Tags
Creators
Details
61.0
Compatibility
Required content
Changes
Change log v.61
Various worldgen support for Early Cretaceous dimension work Xenacanthus moved from Carb-Triassic to Carb-Permian Added Rogersia Added Shizaea Added Raw Sulphur blocks (creative only currently) Guano has decay mechanic: Guano balls dropped by mobs will form a pile but will be tagged to decay Mob-dropped guano will not build layers up to a full block, but will stop at 7 layers When a decayable pile receives a random tick, one layer will decay If a decayable pile is added to by a player (or Guano Golem), it will become non-decayable. Brown Clay:plus suite of smelted brick item, bricks block, stairs and slabs Pebblestone blocks plus suite of slab, wall and stairs, with mossy variants Submarine now has an enhanced battery option for greater speed Sodium ingot/block/nugget (for the purposes of crafting the enhanced battery) Two new glass doors A whole bunch of bugs fixed and omissions patched
Mob Content: Lusovenator Lusotitan Romerodus Srianta Gregorius Obruchevodus Chondrenchelys Orestiacanthus (Male and Female) Goodrichthys Gansuselache (Male and Female) Archaeothyris Eustreptospondylus (Can fish, but does not produce raw fish) Mooreodontus (can generate Block Eggs) Hagenoselache Diplodoselache (can generate block Eggs) Stenokranio (Mostly Terrestrial) Idmonarachne (lays eggs in logs) Gondwanarachne (Lays eggs in logs) Cricosaurus Schoenesmahl (When 2 Schoenesmahl meet each other, they may dance) Westrichus Caridosuctor Rhabdoderma Phanerorhynchus Dearc (Has a unique relaxation animation, and a preening animation) Germanodactylus (Male and Female) Harpactognathus Lagosuchus (Unique Idles)
Tweaks to Existing Creatures: Lebachacanthus - small accuracy tweak Xenacanthus - full remodel Paradoxides - full remodel Acadoparadoxides - full remodel Trimerus - full remodel Acanthodes - full remodel, can also filter feed! Belantsea - minor remodel Megactenopetalus - minor remodel Pikaia - full remodel Selenopeltis - full remodel
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:N388S1KC:maZZhl0T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N388S1KC:maZZhl0T"
}

