Tags
Creators
Details
26.1.2-1.5.3
Compatibility
Changes
NeoSync 1.5.3
Shell Storage and Shell Constructor, including the Zero Point versions, no longer drop two items when you break them. Breaking the bottom half in creative no longer leaves a stray item behind either.
Breaking the bottom half of a shell container no longer leaves the top half floating. The two halves are linked again.
A sync that gets refused by another mod no longer half finishes. Before, you could end up still standing where you started with your items, a copy of that inventory sitting in the stored shell, and the shell you were syncing to gone. The sync now teleports first and only uses up the target shell once the teleport works. If it fails, your stored shell is put back and you get the usual failure message. This covers both normal syncs and ones that finish through death and respawn.
Syncing to a world that no longer exists now writes a warning to the log instead of failing with no trace.
For mod and pack authors, NeoSync can now tell you when a teleport is part of a sync, so mods that restrict dimension travel can let sync travel through instead of guessing.
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:QJvmrm6D:wWxW59yJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QJvmrm6D:wWxW59yJ"
}

