1.2.4-26.1.x
Compatibility
Required content
Changes
1.2.4 for 26.1.x
Server version 1.11
New
- New command
remove_global_no_op waypoint|group <object_identifier>--> Removes a global object that was made by an opped player who is no longer opped.
Bug fixes / changes
- Added text response if a global object is already global.
- Added server-side config option for handshake packet delay, before, some clients may not have been able to sync if on a lower-end computer. This can now be fixed by extending the handshake packet delay. Default is 250.
- Internal changes
Pre-existing bugs
I realise the config screen inside JourneyMap is very messy. JourneyMap is supposed to have categories so it looks much cleaner, but currently they are broken. When they are fixed in JourneyMap, so will the config screen in my mod (E.g. I won't have to release a bug fix)
Server
Server version is now
1.11up from1.103
- Added new command stated above.
- Added new client text.
Due to the new client text and server changes, plus changes with JourneyMap, all clients connecting to a 1.11 server MUST also be on 1.11.
If a client isn't on the correct version, it could cause catastrophic side effects for said client.
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:EffgqX2L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cF5KO1B5:EffgqX2L"
}


