1.1.5-1.21.8
Compatibility
Required content
Changes
1.1.5 Changelog
New
- JMWS now works in LAN servers!
- Can now turn off auto-syncing
- Many bug fixes
Bug fixes
- Fixed bug where /jmws clearAll and any subcommands did not work
- Fixed bug where if the player was dead and JMWS tried to auto-sync, an error would occur
- Death waypoints can now be synced without the need for auto-sync
- Fixed bug where players local objects would be wiped if the server disallowed syncing, but the client synced anyway
- Fixed major bug where if a user used an illegal character for a waypoint, there would be a recursion error on the server (from trying to create the filename too many times)
- Fixed bug where JMWS would not obligate config value for waypoint events
- Internal changes due to LAN support (mainly to the handshake packet sequence, Please report any bugs)
Persistent bugs that I am aware of
- Dragging and dropping waypoints does not work, not my fault will be fixed with new JourneyMap version (use JM beta.54 or newer if available)
Future beyond v1.1.5
Ports for new minecraft versions and nothing more. This mod is finished in my eyes and I have no further ideas. If there are any bugs that are found, let me know via issue or discord and I will fix them. If you have some sort of feature request I will do my best to fulfill it but as for me, I have no further ideas.
Thank you for anyone who has showed an interest, joined the discord or just has used the mod.
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:cF5KO1B5:zddzil55"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cF5KO1B5:zddzil55"
}

