Overgrown's Sync

Quick rating

Overgrown's Sync

No reviews yet

A system for yielding new capabilities. Sync is an addon for the Apoli mod that's used primarily for the Origins mod!

No Theme
No Genre
Mod Addon
API/Library
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Sync (1.11.8)
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Sync (Transparent Icon)

Sync is a Fabric mod library that extends the functionality of Apoli. This mod library backports some features that are present in newer versions of Apoli and brings them to 1.20.1 while also adding new powers, conditions and action types that can be used for developing Origins/Apoli datapacks.

Q: What does Sync stand for?
System for Yielding New Capabilities

Q: What is Apoli and its relation to Sync?
Apoli is the library mod Origins uses for its powers, conditions and actions. Sync should work right out the bat with any mod that has Apoli or Apoli by itself.

Q: What features has Sync backported?

Q: What original features does Sync have?

  • A Pose (Power Type):
  {
    "type":"sync:pose",
    "pose":"standing",
    "priority":0
  }

This power type accepts the following options in the pose field:

  1. standing
  2. fall_flying
  3. sleeping
  4. swimming
  5. spin_attack
  • A In Pose (Entity Condition):
  {
    "type": "sync:in_pose",
    "pose":"spin_attack"
  }

This Entity Condition accepts the same options in the pose field as the Pose (Power Type).

  • A Flip Model (Power Type):
  {
    "type":"sync:flip_model",
    "flip_view": true
  }
  • A Key Pressed (Entity Condition):
  {
    "type": "sync:key_pressed",
    "key": "key.use",
    "continuous": true
  }

This Entity Condition accepts all of the Keybindings present in both Origins and Apoli in the key field, even keybinds from Origins Extra Keybinds

Q: Is it compatible with other library mods?

  • Sync is compatible is other library mods but it adds a Set Entity Aspects (Power Type) and a Has Aspect (Entity Condition) if you have AspectsLib installed.
  • Set Entity Aspects (Power Type):
  {
    "type": "sync:set_entity_aspects",
    "aspects": {
      "aspectslib:terra": 10,
      "aspectslib:ignis": 5
    }
  }

This power type accepts any Aspect that's present in data packs but only if AspectsLib is installed.

  • Has Aspect (Entity Condition):
    "condition": {
      "type": "sync:has_aspect",
      "aspect": "aspectslib:terra",
      "min": 5,
      "comparison": ">="
    }

You can learn more about this Entity Condition here.

Sync (Transparent Icon)

Sync is a Fabric mod library that extends the functionality of Apoli. This mod library backports some features that are present in newer versions of Apoli and brings them to 1.20.1 while also adding new powers, conditions and action types that can be used for developing Origins/Apoli datapacks.

Q: What does Sync stand for?
System for Yielding New Capabilities

Q: What is Apoli and its relation to Sync?
Apoli is the library mod Origins uses for its powers, conditions and actions. Sync should work right out the bat with any mod that has Apoli or Apoli by itself.

Q: Does Sync works on Forge?
Sync works on Forge with: Connector Banner

Screenshots

Gallery

  • System for Yielding New Capabilities (Banner) [Colored]
    System for Yielding New Capabilities (Banner) [Colored] System for Yielding New Capabilities (Banner) [Colored]
  • Sync (Icon)
    Sync (Icon) Icon for the Sync library mod.
  • System for Yielding New Capabilities (Banner) [Colored]
    System for Yielding New Capabilities (Banner) [Colored]
  • System for Yielding New Capabilities (Banner)
    System for Yielding New Capabilities (Banner)
  • Sync (Icon)
    Sync (Icon)

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~7,000
Total Downloads
CurseForge
~1,000
Modrinth
~5,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works