All versions
1.0.0
Release
Sync Re-Forged 1.0.06 months ago 774
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[1.0.0] - 2026-01-28
Initial NeoForge Port
This is the first release of Sync for NeoForge 1.21.1, ported from the original Fabric mod by Kir_Antipov.
Features
- Shell Constructor: Create clones (shells) of yourself by stepping inside and providing energy
- Shell Storage: Store and sync between your shells
- Shell Selector GUI: Press a keybind while inside a Shell Storage to view and teleport to any of your shells
- Energy System: Forge Energy (FE) integration for powering shell construction and storage
- Treadmill: Generate energy using entities (configurable energy output per entity type)
- Hopper Integration: Automate equipping items onto completed shells via hoppers
- Color System: Dye your shells for organization using the configured wrench item
- Redstone Power Option: Optionally power Shell Storage with redstone instead of FE
Configuration Options
enableInstantShellConstruction- Skip energy requirements (creative mode)warnPlayerInsteadOfKilling- Warn instead of kill when shell construction would be fatalfingerstickDamage/hardcoreFingerstickDamage- Damage dealt when creating shellsshellConstructorCapacity- Energy required to construct a shell (default: 256,000 FE)shellStorageCapacity- Shell Storage battery capacity (default: 320 FE)shellStorageConsumption- Energy consumed per tick (default: 16 FE/tick)shellStorageAcceptsRedstone- Allow redstone to power Shell StorageshellStorageMaxUnpoweredLifespan- Ticks a shell survives without power (default: 20)energyMap- Configurable energy output per entity type for treadmillswrench- Item used to interact with machines (default: minecraft:stick)
Recipes
- Shell Constructor (iron blocks, glass, redstone)
- Shell Storage (iron blocks, glass, ender pearl)
- Treadmill (iron ingots, slime balls, leads)
Notes
- Requires Silk Touch pickaxe to retrieve Shell Storage and Shell Constructor blocks
- Compatible with Curios API and Accessories for trinket slot syncing
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:MfeTcn1a:5Np1Qq0x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MfeTcn1a:5Np1Qq0x"
}

