Download Overgrown's Sync — Minecraft Mods — MetaMods
Overgrown's Sync

Overgrown's Sync

Active

Downloads

15

Last update

1 month ago

Versions

1.20.1
Client and server
Fabric
Game mechanics
Libraries
Utils
Addons

Overgrown's Sync

Sync (Transparent Icon)

Sync is a Fabric library mod that extends the functionality of Apoli. This library backports certain features from newer versions of Apoli to Minecraft 1.20.1 while also introducing new power types, conditions, and actions for developing Origins and Apoli datapacks.

What does Sync stand for? Sync stands for System for Yielding New Capabilities.

What is Apoli and how is it related to Sync? Apoli is the library mod used by the Origins modification for implementing powers, conditions, and actions. Sync is fully compatible with any mods using Apoli, as well as with the Apoli library itself.

Which features have been backported from newer versions?

  • Entity Set (power type) in the sync:entity_set namespace
  • In Set (bi-entity condition) in the sync:in_entity_set namespace
  • Add to Set (bi-entity action) in the sync:add_to_entity_set namespace
  • Remove from Set (bi-entity action) in the sync:remove_from_entity_set namespace
  • Set Size (entity condition) in the sync:entity_set_size namespace
  • Random Teleport (entity action) in the sync:random_teleport namespace
  • Entity In Radius (entity condition) in the sync:entity_in_radius namespace
  • Action On Death (power type) in the sync:action_on_death namespace

What original features does Sync offer?

Pose (power type):

{
  "type":"sync:pose",
  "pose":"standing",
  "priority":0
}

Available options for the pose field:

  1. standing
  2. fall_flying
  3. sleeping
  4. swimming
  5. spin_attack

In Pose (entity condition):

{
  "type": "sync:in_pose",
  "pose":"spin_attack"
}

Uses the same pose options as the Pose power type.

Flip Model (power type):

{
  "type":"sync:flip_model",
  "flip_view": true
}

Key Pressed (entity condition):

{
  "type": "sync:key_pressed",
  "key": "key.use",
  "continuous": true
}

Supports all keybindings from Origins and Apoli, including the Origins Extra Keybinds mod.

Compatibility with other library mods

With AspectsLib installed, Sync adds additional features:

Set Entity Aspects (power type):

{
  "type": "sync:set_entity_aspects",
  "aspects": {
    "aspectslib:terra": 10,
    "aspectslib:ignis": 5
  }
}

Has Aspect (entity condition):

"condition": {
  "type": "sync:has_aspect",
  "aspect": "aspectslib:terra",
  "min": 5,
  "comparison": ">="
}
Project members
iChun

iChun

Overgrown

Overgrown

Developer

OvergrownMC

OvergrownMC

Created: 3 Aug 2025

ID: 38630