
Modrinth · Minecraft mod
Re:Avaritia
A reforge version of Avaritia!
Quick answer
Which Re:Avaritia release should I use?
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.
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.
This file does not list any required mods. Do not add a library just because a different file uses it.
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.
- 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.
- 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.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 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:
cnlimiterAsek3MikhailTapio
🔒License:
- Code: MIT
- Assets: CC BY-NC-SA 4.0
📌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.
26.1.2
1 loader build1.21.1
1 loader build1.20.4
1 loader build1.20.1
3 loader builds1.20
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Re:Avaritia versions and loaders
26.1.2-1.4.1-release
Re-Avaritia-neoforge-26.1.2-1.4.1-release.jar
28 Aug 2026
1.4.0
Re-Avaritia-neoforge-26.1.2-1.4.0-release.jar
27 Aug 2026
1.21.1-1.4.1-release
Re-Avaritia-neoforge-1.21.1-1.4.1-release.jar
24 Jul 2026
1.20.1-1.4.1-release
Re-Avaritia-forge-1.20.1-1.4.1-release.jar
24 Jul 2026
1.4.0
Re-Avaritia-forge-1.20.1-1.4.0-release.jar
26 Jun 2026
1.4.0
Re-Avaritia-neoforge-26.1.2-1.4.0-beta2.jar
10 Jun 2026
1.4.0
Re-Avaritia-neoforge-26.1.2-1.4.0-beta1.jar
10 Jun 2026
1.4.0
Re-Avaritia-neoforge-26.1.2-1.4.0-alpha1.jar
9 Jun 2026
1.3.9.9
Re-Avaritia-neoforge-1.21.1-1.3.9.9-release.jar
15 May 2026
1.3.9.8
Re-Avaritia-forge-1.20.1-1.3.9.8-release.jar
17 Feb 2026
1.3.9.6
Re-Avaritia-forge-1.20.1-1.3.9.6-release.jar
12 Jan 2026
1.3.9.4
Re-Avaritia-neoforge-1.21.1-1.3.9.4-release.jar
12 Jan 2026
Looking for an older file? The official Modrinth project page is in Resources.