Sync Re-Ported

What is Sync Re-Ported?
Sync Re-Ported is an unofficial adaptation of the popular Sync mod for modern Minecraft versions. This modification allows players to create and manage special clones called "shells".
Core concept: You create biologically identical copies of your character that can be used as additional bodies for your consciousness. Each shell has its own inventory, experience level, and can even be in different game modes.
How does it work?
Creating Shells
To get started, you'll need to craft several special devices:
- Sync Core - the main component of the system
- Shell Constructor - device for creating new bodies
- Shell Storage - container for storing created clones
- Treadmill - energy source for the system
Creation Process
- Place the shell constructor and activate it with a right-click
- Important: this process consumes health (20 points in normal mode, 40 in hardcore)
- Power the system using a treadmill with animals (pigs or wolves are most efficient)
- After creating a shell, place it in storage

Using Shells
Approach an active shell storage, and you'll see a special menu with available bodies. Select the desired shell, and your consciousness will instantly transfer to it.

Crafting Recipes
Sync Core

Sync Core (Hardcore)

Shell Constructor

Shell Storage

Treadmill

Key Features
- Cross-dimensional synchronization - work with shells in different dimensions
- Death protection - shell death doesn't increase death counter
- Equipment - outfit shells through hoppers
- Color coding - use dyes to organize storage
- Power supply - various ways to power the system
- Comparators - monitor status through redstone components
Configuration Settings
The mod offers extensive customization options via the config/sync.json file:
{
"enableInstantShellConstruction": false,
"warnPlayerInsteadOfKilling": false,
"fingerstickDamage": 20.0,
"hardcoreFingerstickDamage": 40.0,
"shellConstructorCapacity": 256000,
"shellStorageCapacity": 320,
"shellStorageConsumption": 16,
"shellStorageAcceptsRedstone": true,
"shellStorageMaxUnpoweredLifespan": 20,
"energyMap": [
{
"entityId": "minecraft:chicken",
"outputEnergyQuantity": 2
},
{
"entityId": "minecraft:pig",
"outputEnergyQuantity": 16
},
{
"entityId": "minecraft:player",
"outputEnergyQuantity": 20
},
{
"entityId": "minecraft:wolf",
"outputEnergyQuantity": 24
},
{
"entityId": "minecraft:creeper",
"outputEnergyQuantity": 80
},
{
"entityId": "minecraft:enderman",
"outputEnergyQuantity": 160
}
],
"syncPriority": [
{ "priority": "NATURAL" }
],
"wrench": "minecraft:stick",
"updateTranslationsAutomatically": false
}
Technical Requirements
- Minecraft 1.18.x
- Fabric Loader ≥0.12.0
- Fabric API ≥0.43.1
Important Information
This mod is an adaptation of the original development and may contain unfixed bugs. The system devices are quite fragile - they require the "Silk Touch" enchantment to be mined.