All versions
0.2.4
Release
In the Journeys 0.2.4last month 26
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
JOURNEYS 0.2.4 CHANGELOG :
CONTENT UPDATE #3-P2
💎Item
- Spinebreaker
- Infernal & Magic slingshot
- Fairy in a bottle
- Crab claw
- Quick-hand gauntlet, demon gauntlet, knight booties & miner's necklace
- Cannon & cannonball
- Ice storm tome
🧪Effects/Potion
- Brimstone brew (potion)
- Building (effect + potion)
📜Recipes
- Changed the brewing stand recipe for the polymer
- Galvanised steel recipe now use iron and sulfur and no longer require the galvanised matter, also is now made in crafting table and not brewing stand
- Recipe for the heart of the sea
🛠️Adjust
- Faker spawn rate increased
- Accessories GUI size adjusted
- Small tweaks on solarine bar & titanium ingot
- Galvanised steel item texture adjusted
- Changed the name of level Ii potion & long potion to fit the vanilla name model
- Added color to the name of the potion dragonhide brew
- Underground treasure, deep underground treasure & big holy tower are now more common
- Less mob in the big holy tower
- Three new advancement added
🐞Bugfix
- Flamingo sound reduced and cannot be hear from far away
- Dunestinger mana cost tooltip is now visible
- Grass can no longer be right-clicked in Adventure and Spectator
❌Removed
- Right click with the star item
- Galvanised matter
- Removed five advancement
- Removed Herobrine
Optional dependencies
Any compatible version
Any compatible version
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:tX0MSTle:9rOhDmZ5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tX0MSTle:9rOhDmZ5"
}

