Mod

Orb'd

Quick rating

Orb'd

No reviews yet

Redefining Origin Orbs!

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Filter by exact patch versions
Loading exact 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 updated review is now pending. It 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
Luna User Agreement
Latest Version
1.1.0
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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Ever had the thought it would be cool if you could assign specific origins to a special orb? Well now you can! introducing:

Orb'd

Orb'd is an Origins Addon which allows you to define custom Orbs of Origin through Json!

Implementation of data-driven orbs is quite simple and requires very little setup.

How do I define Custom Orbs?

In your datapack, create the following file path: datapackname/data/namespace/orbs/ this is the file path for all custom orbs, meant to keep them all in one nice place. Next up is the Json structure, its quite simple & small so no headaches required.

{
  "orb_name": "Fire Orb", // Name of Orb
  "orb_description": "Grants the powers of a Fire Elemental.", // Description of the orb
  "orb": "orbd:fire_orb", // ID of the orb, allows for unique ids (namespace:id)
  "origin": "origins:blazeborn" // Origin to turn into (in this case blazeborn)
}

What if I want Multiple Origins in an Orb?

Instead of using "origin": "origins:blazeborn" to define an origin, we can use "origins": ["namespace:id", ect] to define a set of origins that orb can turn you into. Using a multi-orb, it will put the player into a restricted Origins Menu for the specified origins. This also works with other origin layers (such as origins-classes and custom made layers.) Do not use both "origin" and "origins" in the same orb file. Do not try and cross layer either, it will not work.

{
  "orb_name": "Tri-Orb", // Name of Orb
  "orb_description": "Holds the power of 3 different Origins.", // Description of the orb
  "orb": "orbd:tri_orb", // ID of the orb, allows for unique ids (namespace:id)
  "origins": ["origins:blazeborn", "origins:arachnid", "origins:phantom"] // Origins to turn into 
}

I want Custom Textures though!

Defining custom textures for your custom orb is also pretty simple and only requires basic resource pack knowledge. Orb'd uses minecraft's override system to keep things simple, however a new system will be put into place in the future, but for now this works.

{
  "parent": "item/generated", // Original model
  "textures": {
    "layer0": "origins:item/orb_of_origin" // Original texture
  },
  "overrides": [
    {
      "predicate": { "custom_model_data": 42700 }, // Custom model data
      "model": "item/fire_orb" // The model
    }
  ]
}

Do note other resource packs may conflict with other ones.

How do I give myself the Custom Orb?

You can use this command to grab your custom orb:

/give @s orbd:generic_orb{orb_id:"namespace:id"} 1

You Did it!

And thats it! You've completely defined a custom orb bound to one origin!

Screenshots

Gallery

This project has no gallery images yet.

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
Reviews
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync