Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 11 months ago
All versions
2.1
Release
Unearthed Journey 2.1last year 104.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
WHAT WAS CHANGED;
- Changed the recipe for satchel to be crafted with a gold ingot rather than manganese ingot
- Dried peat pie now smelts 10 items
- Made Gnatusuchus tameable with clams, can dig items like leptictidium
- Made Gastornis breedable
WHAT WAS ADDED;
- Added new Biome/Formation to Paleogene: Cerrejón
- Added a recipe for Mossy Pebbles block
- Added a new "Bituminous" block set along with Bituminous powder and Toxic Gas Bomb
- Added new Mangaris tree set
- Added Titanoboa, Arapaima, Acherontisuchus, Carnonemys, Lungfish and Anhima.
- Added Coconut tree set along with coconut slice food source
- Added Bamboo and Mangaris Blowguns
- Added decorational Thatch blockset
- Added Scute Shield that can be crafted with Thick Scute
- Added Anhima Egg that can made into Fried egg and Fried Egg Sandwich
WHAT WAS FIXED;
- Fixed sapling when placed and then broken, it would still grow despite no longer existing
- Fixed saplings being placed on any type of block
- Fixed Brachyplatystoma not dying on land
feel free to report any bugs in #bug-report in our discord server.
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:SX3EgkYd:HdTSj1br"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SX3EgkYd:HdTSj1br"
}

