Re:Avaritia

⭐ ⭐ (187 endorsements) 📥 2.3M downloads 📌 v26.1.2-1.4.1-release 📅 1/20/2024
🟡 Updated this year

By cnlimiter · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/27/2026 📅 Created: 1/20/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #229 of 618 adventure mods in this game by downloads

📋 About This Mod

## **📕Introduction:** * <span style="color: #ff0000;">This mod adds all from Avaritia.</span> * This mod is <span style="color: #ff6600;">unofficial</span> 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&nbsp;singularity by using json! - You can add recipes by CraftTweaker! - You can add recipes by KubeJs! ## **✏️Authors:** - Programmer: `cnlimiter` `Asek3` `MikhailTapio` ## **🔒License:** - Code: (https://www.mit.edu/~amini/LICENSE.md) - Assets: (https://creativecommons.org/licenses/by-nc-sa/4.0/) ## **📌Download official:** * (https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10) * (https://www.curseforge.com/minecraft/mc-mods/avaritia) * (https://www.curseforge.com/minecraft/mc-mods/avaritia-lite) ## **❗Attention:** * You&nbsp;<span style="color: #00ff00;"> **DEFINITELY CAN** </span>&nbsp;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:** ```js ServerEvents.recipes( event => { //ExtremeCraft event.custom({ type: 'avaritia:shaped_extreme_craft',//shapeless is avaritia:shapeless_extreme_craft。 pattern: , key: { C: , I: , N: , X: }, 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:** ```json5 { "type": "avaritia:infinity_catalyst_craft",//Infinity Catalyst recipe type "category": "misc", "ingredients": } ```

## 📕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: - Code: (https://www.mit.edu/~amini/LICENSE.md) - Assets: (https://creativecommons.org/licenses/by-nc-sa/4. 0/)

## 📌Download official: (https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10) (https://www.curseforge.com/minecraft/mc-mods/avaritia) (https://www.curseforge.com/minecraft/mc-mods/avaritia-lite)

## ❗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: ```js 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: ```json5 { "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" } ] } ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
cnlimiter
Version
26.1.2-1.4.1-release
Downloads
2,326,675
Endorsements
187
Category
adventure
Created
1/20/2024
Updated
8/27/2026
Game Versions
26.1.2
Tags
adventure, equipment

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Re:Avaritia support?

The author lists 26.1.2. Other versions may work but are untested by the author.

What is the latest version of Re:Avaritia?

Version 26.1.2-1.4.1-release, published 2026-08-27 with 2.3M downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More adventure 👤 More by cnlimiter 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods