Links
Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated 2 years ago
All versions
1.1.0
Release
[1.20.2] Eastward Journeys - v1.1.03 years ago 117
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Improvements:
- Refactors the networking logic for the double jump enchantment
- Some small refactors of a few entities for 1.20.2 support
- Updated entity constructors for 1.20.2 support
- Updated village structures to support the newly redesigned shoji screens (see in additions below)
- Minor refactor of the koi model class.
- Updated waterloggable blocks for 1.20.2 compatibility.
- Updated folding recipe for better compatibility in 3x3 crafting containers
Additions:
- Added polished gravel blocks. Polished gravel can be crafted by combining 4 gravel blocks and raked with a hoe to produce different patterns on the top side.
- Updated shoji screens with new models and interactivity. These shoji screens are empty by default and need to be interacted with using shoji paper to complete the screen. They now boast an improved model and come in new variants. The new shoji screens are not compatible with shoji screens on worlds from previous versions of the mod. Shoji screens are now waterloggable.
- Added shoji paper patterns as a craftable item for displaying different shoji screens. There are six patterns available to shoji paper that translate to different designs that are displayed when placed within a shoji frame.
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:bfnySOmg:sGgOuZCa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bfnySOmg:sGgOuZCa"
}

