Re:Avaritia[Forge/Fabric/Neoforge]
Modby cnlimiter
A reforged version of Avaritia.
Type
Mod
CurseForge Downloads
1,404,162
CurseForge ID
623969
Modrinth Downloads
1,106,254
Modrinth ID
QeB3NRC5
Last Updated
Jun 12, 2026
Description
## **📕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: [MIT](https://www.mit.edu/~amini/LICENSE.md)
- Assets: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
## **📌Download official:**
* [Avaritia (1.1x)](https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10)
* [Avaritia (official)](https://www.curseforge.com/minecraft/mc-mods/avaritia)
* [AvaritiaLite](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"
}
]
}
```
Compatibility
Mod Loaders
Fabric
Forge
Neoforge
Game Versions
1.20
1.20.1
1.20.4
1.21.1
Screenshots
Similar Mods
Chat Animation [Smooth Chat]
Makes chat messages appear with a smooth animation.
Mod
25,087,400
Carpenter's Blocks
Customize your Minecraft world.
Mod
25,055,804
Time in a bottle [FORGE\NEOFORGE\FABRIC]
A fork of Time in a bottle standalone
Mod
25,039,237
Tiny Skeletons
Teeny, tiny skeletons, send shivers down your spine...
Mod
25,002,555
Crawl (Fabric/NeoForge)
Allows you to crawl
Mod
25,000,870
Additional Lanterns
Additional Lanterns adds many new lanterns with different colors and materials!
Mod
24,994,884
Included in Modpacks
Qilby Industries
Electrical Warfare
Crafted Madness: Modern Era