Mod

Erinium Jobs

Quick rating

Erinium Jobs

No reviews yet

had a job and grown your skills

MCreator
Mod Loaders
Forge
NeoForge
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
eriniumjobs-1.0.1-neoforge-1.20.4.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

Erinium Jobs

https://discord.gg/FBR2HEbbgm

This mod is enterly configurable ! You can add block and item to earn XP and set a level requirement between 0 and 100 for blocks and item !

Custom Jobs

By default, you have 4 jobs, miner, farmer, hunter and alchimist. You can add custom jobs by adding json file at location : GAMEFOLDER/config/EriniumJobs/jobs/job_id.json

⚠️ You cant delete the fourth default jobs ! How the file is constructed :

{
	"displayname": "DISPLAYNAME"
}

Earn XP

To add a block or item to earn money go to these location : GAMEFOLDER/config/EriniumJobs/EarnXp/MODID/ID.json

The file must be a json file like iron_ingot.json Here the json parameter :

{
	"job_id": "JOB_ID",
	"min-level": LEVEL,
	"max-level": LEVEL,
	"type": "TYPE",
	"xp": XP
}
  • job_id is the job you earn (one job only !)

  • min level is the minium level to start to earn xp

  • max level is the max level to earn xp (after you dont earn)

  • type is the type here an example :

      - BREAK (When you break block)
      - EAT (When you eat / drink)
      - SMELTED (An item smelted ⚠️RESULT ITEM*)
      - CRAFTED (An item crafted ⚠️RESULT ITEM*)
      - KILL (Kill an entities)
    

* For example, for diamond, on BREAK you set diamond_ore and on SMELTED you set diamond

  • xp is the amount of XP is given (more you will levelup, you will earn less xp) see my excel to understand

💡XP multiplier and Won XP Multiplier are fully customisable here : GAMEFOLDER/config/erinium-ranking.toml

💡You can set multiple type like that : "BREAK, EAT, CRAFTED" but generaly you don't need to set multiple type but why not

Here an example for diamond_ore and diamond location : GAMEFOLDER/config/EriniumJobs/EarnXp/minecraft/diamond_ore.json

{
	"job_id": "miner",
	"min-level": 0,
	"max-level": 45,
	"type": "BREAK",
	"xp": 125
}

location : GAMEFOLDER/config/EriniumJobs/EarnXp/minecraft/diamond.json

{
	"job_id": "miner",
	"min-level": 0,
	"max-level": 65,
	"type": "SMELTED",
	"xp": 160
}

Require Level

To add a requirement to an item or block go to these location : GAMEFOLDER/config/EriniumJobs/Required/MODID/ID

Here the json parameter :

{
	"job_id": "JOB_ID",
	"level": LEVEL
}

JOB_ID is the job id (only one !) LEVEL is the required level between 0 and 100 (set 101 to completly disable an item or block !)

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

By the numbers

Statistics

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