Tags
Creators
Details
Licensed ARR
Published last year
All versions
1.2.2-Forge-mc26.1.2
Release
Wayfinder-Forge-1.2.2-mc26.1.23 weeks ago 14
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Forge
Supported environments
Client and server
Required content
Changes
1.2.2
- Fix Fabric AW Not injecting causing Crashes
1.2.1
- Major Jar Building Overhaul
- Texture Compression
1.2.0
- Major Internal Refactoring to better Match Minecraft's package structure
- Remove TELEPORT_TO_OWNER Config option
- Add Spawn Egg Texture
1.1.0
- Rewrite Village Shrine Generation logic to move away from buggy Mixin placement
- Now we add to the Village's House Structure Pool instead of trying to place the Shrine ourselves, which should fix a lot of the issues with Shrines not generating properly
- However, this does mean that we no longer are attempting to spawn a single shrine in every village, it is now possible for some villages to spawn with zero shrines, and some might spawn with multiple shrines, but overall this should lead to a more consistent shrine generation across all villages
- Remove SCARED_PROJECTILE_MOB_DISTANCE config option as it is unused due to the usage of Vanilla's Sensor for detecting nearby mobs
1.0.1
- Teleport to Owner during Journey if they get too far away
- Automatically Sit when Owner is Offline, Sleeping or Dying
1.0.0
- First non-beta release
- Complete Rewrite of Wayfinder logic to use minecraft's Brain and AI systems
- Lots of other fixes and adjustments
1.0.2-Beta
- Make some advancements visible
- Decrease amount of journeys for each adventure advancement
- Exclude biomes in #c:hidden_from_locator_selection tag from Wayfinder Locator Selection GUI
1.0.1-Beta
- Add Boundless Exploration Advancement
- Add Sweet Dreams Music Disc as Reward for completing Ultimate Adventurer
- Add Ambient Sound Subtitle
- Add Support for Oh The Biomes We've Gone Villages
- Update Wayfinder Heart Block and Wayfinder textures
- Add German Translations (de_de)
1.0.0-Beta
- Initial release
- Expect Bugs, Please report them on our GitHub page
Optional dependencies
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:909sOSOR:JZ5VEwEU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:909sOSOR:JZ5VEwEU"
}



