Tags
Creators
Details
26.1.2-1.3.0
Compatibility
Changes
NeoSync 1.3.0
First build for Minecraft 26.1.2. It is a beta: everything from the 1.21.1 version is here, but the new version has not had much play time yet, so keep a backup of your world.
Sable airships are not supported on 26.1.2 yet.
Adds two new blocks that run without any power.
The Zero Point Shell Constructor needs no energy and builds new shells instantly. Getting a sample still hurts.
The Zero Point Shell Storage needs no redstone or energy, and shells stored inside never break down. Its doors open on their own when you walk up to it. It has cyan trim so you can tell it apart from the regular one.
Craft either one by combining the regular block with a Nether Star.
Server admins can now give a player a respawn anchor anywhere with the anchor command, no Shell Storage needed. Syncing to it always creates a fresh clone with an empty inventory.
NeoSync is now translated into Simplified Chinese, contributed by moqyng.
Fixes
Curios no longer follow you between shells. Rings, belts, charms and anything else in a Curios slot now belong to the body wearing them, cosmetic slots included. What you had equipped stays with the shell you left behind, and you arrive wearing whatever the new one had on. A shell in storage holds onto its trinkets until you come back for them, and drops them if the storage gets broken.
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:d3akJYr3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QJvmrm6D:d3akJYr3"
}

