Mod
Erinium Jobs
No reviews yet
had a job and grown your skills
A mod made using MCreator, which is a tool for creating custom mods without programming knowledge.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Erinium Jobs
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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources