Origins QoL & UI Fixes

Quick rating

Origins QoL & UI Fixes

No reviews yet

A powerful Rule Engine and Quality of Life (QoL) UI overhaul (back button) for the Origins ecosystem.

QoL & Tweaks
Bug Fixes
Mod Loaders
Forge
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

About

Project Details

Type
Mod
Latest Version
originscompat-1.0.0.jar
Authors

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

Resources

External Links

Source Issues Wiki Discord

About

Description

A powerful Rule Engine and Quality of Life (QoL) UI overhaul for the Origins (Forge) ecosystem.

Are you a modpack developer or a server owner tired of players choosing lore-breaking or overpowered Origin combinations? Do you wish players could navigate back and forth during the Origin selection screen without needing an Orb of Origin to fix a misclick?

Origins Rule Engine & UI Fixes provides a definitive solution. It seamlessly integrates a much-needed "< Back" button and introduces a dynamic JSON-based Rule Engine to restrict incompatible Origin add-ons.

REQUIRES;

 Header


Features

1. The "< Back" Button & Deferred Packet Architecture

In the vanilla Origins mod & addons, players are forced to move strictly forward through layers (Race -> Background -> Class). If they misclick, they must reset their character entirely with orb.

  • Freedom of Choice: Players can freely navigate back and forth between Origin layers before making their final decision.

  • Exploit-Free Architecture (Deferred Packets): This mod intercepts and rewrites Origins' network architecture. No matter how many times a player clicks "Back" or "Next", no packets are sent to the server until the final confirmation. This guarantees zero item/ability duplication exploits and reduces server load.

  • Client-Side: The mod handles all UI rendering and packet delays on the client side, then safely dispatches the final payload to the server. (Note: Still recommended to be installed on the server for rule verification and core Origins network compliance, but not necessary).

2. Universal Compatibility & JSON Rule Engine

Modpacks often combine multiple Origins add-ons (like Gods & Heroes, Origins: Classes, etc.), leading to combinations that break your world's lore (e.g., A blood-drinking Vampire choosing a "Street Rat" background to eat rotten flesh).

  • Dynamic Blocking: Control exactly what can be selected using the simple config/origins_compatibility_rules.json file.

  • 100% Universal Add-on Support: This mod is not hardcoded to any specific add-on. As long as you know the layer_id and origin_id of your classes/races/backgrounds in your addons, you can configure restrictions between any two Origins mods & addons in existence.

  • Live GUI Feedback: Blocked choices automatically become grayed out (unclickable) in the UI. When a player hovers over or clicks a blocked Origin, they will see a custom error/lore message defined by you!

    description_5dc736e7-db87-4ecb-b5d0-83db120b9e7a.png

⚙️ How It Works (JSON Configuration)

Upon launching the game for the first time, a config/origins_compatibility_rules.json file will be generated. You can add logical rules to prevent specific combinations.

Example Scenario (Included in default config):

JSON
 
{
  "rules": [
    {
      "condition": {
        "type": "selected_origin",
        "layer": "origins:origin",
        "value": "godsandheroes:vampire"
      },
      "blocked_layer": "origins:background",
      "blocked_origin": "origins_backgrounds:street_rat",
      "error_message": "Vampires feed only on blood, so they can't be Street Rats!"
    }
  ]
}

What does this do? If a player chooses the "Vampire" race in the first layer (origins:origin), when they proceed to the next layer (origins:background), the "Street Rat" option will be grayed out. If they attempt to select it, they will receive the warning: "Vampires feed only on blood, so they can't be Street Rats!"


🛠️ Technical Requirements

Recommended Integrations (Optional)

Screenshots

Gallery

  • With Default GUI of Origins
    With Default GUI of Origins With Default GUI of Origins
  • With "Alternate Origins GUI" Mod
    With "Alternate Origins GUI" Mod With "Alternate Origins GUI" Mod

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

<1,000
Downloads
Last Updated
Created
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