ModsJava
Re:Avaritia[Forge/Fabric/Neoforge]
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
![Re:Avaritia[Forge/Fabric/Neoforge] — screenshot 1](https://media.forgecdn.net/attachments/1324/160/1111-png.png)
![Re:Avaritia[Forge/Fabric/Neoforge] — screenshot 2](https://media.forgecdn.net/attachments/1324/162/11111-png.png)
📕Introduction:
- This mod adds all from Avaritia.
- This mod is unofficial and have bugs!
✏️Authors:
- Programmer:
cnlimiterIAFEnvoyFrostbite-timecu6MikhailTapioAsek3 - Artist:
MHanHanBingNeo-Tix
🔒License
- Code: MIT
- Assets: CC BY-NC-SA 4.0
📌Download official:
❗Attention:
- You DEFINITELY CAN add the mod to your modpack.
- 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!
🦀Discord:
🔎Develop:
CraftTweaker:
mods.avaritia.CompressionCrafting.addRecipe("name",input, output, 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"
}
]
}Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.20.1, 1.20
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Re-Avaritia-fabric-1.20.1-1.3.7.0.jar — drop this file into the mods folder
- Download size: 6.0 MB
- Download link checked 27 Aug 2026 — working
These come from our own check of the pack file, not from the source page.