Back to mods
Re:Avaritia project artwork

Modrinth · Minecraft mod

Re:Avaritia

A reforge version of Avaritia!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Re:Avaritia release should I use?

Updated 4 days ago
Latest stable file 26.1.2-1.4.1-release
Game version 26.1.2
Loader NeoForge

Re:Avaritia 26.1.2-1.4.1-release targets 26.1.2 with NeoForge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is Re:Avaritia required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does Re:Avaritia 26.1.2-1.4.1-release need?

26.1.2-1.4.1-release. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

5 listed on this file 4 pulled in by those mods
Curios API Optional for Re:Avaritia 26.1.2-1.4.1-release
optional
Matching file found Matched file: 15.0.0+26.1.2
Jade 🔍 Optional for Re:Avaritia 26.1.2-1.4.1-release
optional
Matching file found Matched file: 26.1.10+neoforge
Rhino Optional for Re:Avaritia 26.1.2-1.4.1-release
optional
Matching file found Matched file: 2101.2.7-build.85+Rhino-1.21
KubeJS Optional for Re:Avaritia 26.1.2-1.4.1-release
optional
Matching file found Matched file: 26.1.2-8.0.4+neoforge
Just Enough Items (JEI) Optional for Re:Avaritia 26.1.2-1.4.1-release
optional
Matching file found Matched file: 29.34.0.90
EMI Needed by KubeJS
pulled in
No matching file
Cloth Config API Needed by Roughly Enough Items (REI)
pulled in
Matching file found Matched file: 26.1.154+neoforge
Architectury API Needed by Roughly Enough Items (REI)
pulled in
Matching file found Matched file: 20.0.12+neoforge

4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Re:Avaritia without breaking your instance.

Built for Re:Avaritia 26.1.2-1.4.1-release. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 26.1.2-1.4.1-release. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 26.1.2-1.4.1-release. It opens that exact file at the source.

About this project

What does Re:Avaritia add?

📕Introduction:

  • This mod adds all from Avaritia.
  • This mod is unofficial and have bugs!
  • Are you the type of modded Minecraft player that makes a beeline for the designated "end game" and then gives up on ever playing again once you get there? This might be the mod for you!

🎮Features:

  • Collect neutron pile with the neutron collector.
  • Craft the singularities in the neutron compressor.
  • Use the extreme crafting table.
  • Craft the ultimate stew and the cosmic meatballs and enjoy its effects.
  • Reach the ultimate craft of the Infinity Ingot.
  • Craft the Ultimate armor.
  • All the crafts are the same as the original mod that we all love.
  • Recipe viewing is supported via JEI.
  • You can add singularity by using json!
  • You can add recipes by CraftTweaker!
  • You can add recipes by KubeJs!

✏️Authors:

  • Programmer: cnlimiter Asek3 MikhailTapio

🔒License:

📌Download official:

❗Attention:

  • You  DEFINITELY CAN  add the mod to your modpack.

🔎Develop:

CraftTweaker:

mods.avaritia.CompressionCrafting.addRecipe("name",input, inputCount, timeRequierd);
mods.avaritia.CompressionCrafting.remove(output);
mods.avaritia.ExtremeTableCrafting.addShaped("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addShapeless("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addCatalyst("name", ingredients);
mods.avaritia.ExtremeTableCrafting.remove(output);

KubeJs:

ServerEvents.recipes(
    event => {
        //ExtremeCraft
        event.custom({
            type: 'avaritia:shaped_extreme_craft',//shapeless is avaritia:shapeless_extreme_craft。
            pattern: [
                "       I ",
                "      III",
                "     III ",
                "    III  ",
                " C III   ",
                "  CII    ",
                "  NC     ",
                " N  C    ",
                "X        "
            ],
            key: {
                C: [
                    {item: 'avaritia:crystal_matrix_ingot'}
                ],
                I: [
                    {item: 'avaritia:infinity_ingot'}
                ],
                N: [
                    {item: 'avaritia:neutron_ingot'}
                ],
                X: [
                    {item: 'avaritia:infinity_catalyst'}
                ]
            },
            result: {item: 'avaritia:infinity_sword'}
        })
        //Compressor
        event.custom({
            type: 'avaritia:compressor',
            inputCount: 2000,
            timeCost: 240,
            ingredient: {tag: 'forge:ingots/copper'},
            result: { item: 'avaritia:singularity', count: 1 , nbt: {Id: 'avaritia:copper'}}
        })
        console.log('Hello! The avaritia recipe event has fired!')
    }
)

InfinityCatalyst:

{
  "type": "avaritia:infinity_catalyst_craft",//Infinity Catalyst recipe type
  "category": "misc",
  "ingredients": [
    {
      "item": "minecraft:emerald_block"
    },
    {
      "item": "avaritia:crystal_matrix_ingot"
    },
    {
      "item": "avaritia:neutron_ingot"
    },
    {
      "item": "avaritia:cosmic_meatballs"
    },
    {
      "item": "avaritia:ultimate_stew"
    },
    {
      "item": "avaritia:endest_pearl"
    },
    {
      "item": "avaritia:record_fragment"
    }
  ]
}

Project description from Modrinth.

Pick your setup

Re:Avaritia by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

8 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Re:Avaritia versions and loaders

31 of 31 releases match

Looking for an older file? The official Modrinth project page is in Resources.