作者:rebot | 分类:模组
Minecraft 版本: 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: forge
标签: technology transportation utility

Sync is a mod that allows players to make clones of themselves, called "shells". Each shell has its own inventory, health, hunger, and even gamemode. Players can transfer, or "sync" their consciousness into these shells to exchange inventories, quickly travel between different locations, and even escape death.
This mod is a remake of the original Sync mod by iChun. This version of the mod was made for the Desolate Planet modpack as a balanced way to provide more lives in hardcore mode.
The concept for Sync originally started with the Sync webseries by Corridor Digital. iChun adapted this into the original Sync mod, which was eventually remade.
On modern versions, the Sync mod has passed hands many times. It was remade on Fabric for 1.17-1.19, abandoned, picked up by palm1 and ported to 1.20, abandoned again, picked up by me to fix a variety of bugs. Then, it was ported to Forge by VTSumik and abandoned again. Finally (for now), I picked it up again to fix more bugs and add some mod compatibilities.
Each new port brought about major improvements but also new bugs, which this version hopefully serves as the solution for. As of writing this description, none of the other versions are maintained, so I am updating my forks of the mod to fix some bugs. However, if someone else takes this project back from me, theirs may end up better than mine. I recommend using whichever version of Sync has been updated the most recently. That may be this one, or maybe someone else has improved upon it since this description was written.
Features of the Forge version that are not present in the other Forge 1.20.1 version.
Features of the Fabric version that are not present in the other Fabric 1.20.1 version.
shell constructor and place it down.treadmill, touching any side of the shell constructor. Lure a pig, a wolf, or certain hostile mobs to its center to start generating piggawatts.shell storage and place it down.redstone power.walk into it.menu that displays your shellsSelect the shell you want to transfer your mind into, and enjoy the process!shellStorageAcceptsRedstone option is set to true.silk touch enchantment.



The mod is highly configurable. The config is located at ./config/sync-common.toml and by default looks like this:
#Sync Configuration
[general]
#Shell Construction Settings
[general.construction]
#Enable instant shell construction (creative mode-like)
enableInstantShellConstruction = false
#Warn player instead of killing them on sync failure
warnPlayerInsteadOfKilling = false
#If syncing on death will be blocked if an original (non-constructed) body died
mustMaintainOriginalBody = false
#Damage dealt by fingerstick (0-100)
#Range: 0.0 ~ 100.0
fingerstickDamage = 20.0
#Damage dealt by fingerstick in hardcore mode (0-100)
#Range: 0.0 ~ 100.0
hardcoreFingerstickDamage = 40.0
#Item required to construct a new shell (format: 'modid:itemname', e.g., 'minecraft:ender_pearl')
#Leave empty to disable item requirement
shellConstructionRequiredItem = ""
#Number of items consumed when constructing a shell
#Range: 1 ~ 64
shellConstructionItemCount = 1
#Should the required item be consumed in creative mode?
consumeItemInCreative = false
#Custom error message when missing required item (use %s for item name, %d for count)
missingItemMessage = "You need %s x%d to construct a new shell!"
#Shell Storage Settings
[general.storage]
#Energy capacity of shell constructor
#Range: 1000 ~ 9223372036854775807
shellConstructorCapacity = 256000
#Energy capacity of shell storage
#Range: 10 ~ 9223372036854775807
shellStorageCapacity = 320
#Energy consumption per tick for shell storage
#Range: 0 ~ 1000
shellStorageConsumption = 16
#Whether shell storage accepts redstone power
shellStorageAcceptsRedstone = true
#Maximum ticks shell storage can run without power
#Range: 0 ~ 1200
shellStorageMaxUnpoweredLifespan = 20
#Energy Generation
[general.energy]
#Entity energy output mapping (format: 'modid:entity=energyAmount')
energyMap = ["minecraft:chicken=2", "minecraft:pig=16", "minecraft:player=20", "minecraft:wolf=22", "minecraft:villager=25", "minecraft:creeper=80", "minecraft:enderman=160"]
#Gameplay Settings
[general.gameplay]
#Priority for shell selection (NATURAL, NEAREST, or color names)
#Allowed Values: WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, LIGHT_GRAY, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK, NEAREST, NATURAL
syncPriority = "NATURAL"
#Tools
[general.tools]
#Item to use as wrench (format: 'modid:item')
wrench = "minecraft:stick"
#Client Settings
[general.client]
#Automatically update translations
updateTranslationsAutomatically = false
#Enable camera animation when switching between shells
enableShellSwitchAnimation = true
#Enable camera animation when respawning into a shell after death
enableDeathRespawnAnimation = true
#Easter Eggs
[general.easter_eggs]
#Enable Technoblade easter egg
enableTechnobladeEasterEgg = true
#Render Technoblade's cape
renderTechnobladeCape = false
#Allow Technoblade announcements
allowTechnobladeAnnouncements = true
#Allow Technoblade quotes
allowTechnobladeQuotes = true
#Delay between Technoblade quotes (in ticks)
#Range: 200 ~ 72000
technobladeQuoteDelay = 1800
#UUIDs of players to treat as Technoblade
technobladeUuids = []
The mod is highly configurable. Cloth Config API is required to make changes on the fabric version. The config is located at ./config/sync.json and by default looks like this:
{
"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
}
],
"preserveOrigins": false,
"syncPriority": [
{ "priority": "NATURAL" }
],
"wrench": "minecraft:stick",
"updateTranslationsAutomatically": false
}
| Name | Description | Default value |
|---|---|---|
enableInstantShellConstruction |
If this option is enabled, creative-like shells will be constructed immediately, without the use of energy | false |
warnPlayerInsteadOfKilling |
If this option is enabled, a player won't be killed by a shell constructor if they don't have enough health to create a new shell | false |
fingerstickDamage |
The amount of damage that a shell constructor will deal to a player when they try to create a new shell | 20.0 |
hardcoreFingerstickDamage |
The amount of damage that a shell constructor will deal to a player in the Hardcore mode when they try to create a new shell | 40.0 |
shellConstructorCapacity |
The amount of energy required to construct a new shell | 256000 |
shellStorageCapacity |
Determines capacity of a shell storage's inner battery | 320 |
shellStorageConsumption |
Energy consumption of a shell storage's life support systems (per tick) | 16 |
shellStorageAcceptsRedstone |
If this option is enabled, a shell storage can be powered by redstone | true |
shellStorageMaxUnpoweredLifespan |
Determines how many ticks a shell can survive without a power supply connected to the corresponding shell storage | 20 |
energyMap |
Specifies a list of entities that can produce energy via treadmills | (see above) |
preserveOrigins |
If this option is enabled, all user shells will share the same origins | false |
syncPriority |
The order of shell selection for synchronization in case of death Available priority values:
|
[{ "priority": "NATURAL" }] |
wrench |
Identifier of an item that can be used as a wrench in order to change a shell constructor's state | minecraft:stick |
updateTranslationsAutomatically |
If this option is enabled, translations will be updated every time the game is launched | false |
You can edit any of these values directly in the config file or via ModMenu.
Sync makes use of crowdsourced translations.
You can help translate the mod to additional languages here: crowdin.com/project/sync-fabric.
This mod is licensed under the MIT License. You can find more about the MIT license on this website.
The original Sync mod by iChun is under the GNU LGPLv3 license. Since the project is not a port, but a reimplementation with its own unique codebase, Kir_Antipov got permission to change the license to MIT.
请登录后举报
暂无评论,抢个沙发吧~