promotional bannermobile promotional banner

Erinium Jobs

had a job and grown your skills

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 !)

The Erinium Jobs Team

profile avatar
  • 1
    Followers
  • 12
    Projects
  • 12.9K
    Downloads

More from JLSkyzerView all

  • EriAPI project image

    EriAPI

    • 31
    • Mods

    A comprehensive library mod for Forge 1.12.2 — fluent API for GUIs, items, blocks, data storage, scheduler, chat, capabilities, events, keybindings, and networking. Build mods without boilerplate.

    • 31
    • March 23, 2026
    • Mods
    • +1
  • Skyzer Adventure project image

    Skyzer Adventure

    • 11
    • Modpacks

    This mod try to add another way to have buff and add tool which add some effect or new mechanics !

    • 11
    • February 12, 2026
    • Modpacks
    • +4
  • Skyzer Fusion Core project image

    Skyzer Fusion Core

    • 28
    • Mods

    A skyzer's mod for technology and add some buff to your adventure ! Add quest and admin shop too !

    • 28
    • February 11, 2026
    • Mods
    • +1
  • Erinium Rank project image

    Erinium Rank

    • 642
    • Mods

    Basic ranking system

    • 642
    • May 9, 2024
    • Mods
    • +1
  • EriAPI project image

    EriAPI

    • 31
    • Mods

    A comprehensive library mod for Forge 1.12.2 — fluent API for GUIs, items, blocks, data storage, scheduler, chat, capabilities, events, keybindings, and networking. Build mods without boilerplate.

    • 31
    • March 23, 2026
    • Mods
    • +1
  • Skyzer Adventure project image

    Skyzer Adventure

    • 11
    • Modpacks

    This mod try to add another way to have buff and add tool which add some effect or new mechanics !

    • 11
    • February 12, 2026
    • Modpacks
    • +4
  • Skyzer Fusion Core project image

    Skyzer Fusion Core

    • 28
    • Mods

    A skyzer's mod for technology and add some buff to your adventure ! Add quest and admin shop too !

    • 28
    • February 11, 2026
    • Mods
    • +1
  • Erinium Rank project image

    Erinium Rank

    • 642
    • Mods

    Basic ranking system

    • 642
    • May 9, 2024
    • Mods
    • +1