

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!
#My fixes for modpack
- Currently fixes crashes when trying to destroy fluids from other mods with "World breaker" tool
- Rethinking of textures for vanilla style (WIP)
Authors:
- Programmers:
cnlimiter Asek3 MikhailTapio
Official mod:
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:
//ExtremeCraft
event.custom({
type: 'avaritia:shaped_extreme_craft',//Shaped Extreme Craft,Shapeless is avaritia:shapeless_extreme_craft
pattern: [
" II",
" III",
" III ",
" III ",
" C III ",
" CII ",
" NC ",
" N C ",
"X "
],
key: {
C: [
Ingredient.of('avaritia:crystal_matrix_ingot').toJson()
],
I: [
Ingredient.of('avaritia:infinity_ingot').toJson()
],
N: [
Ingredient.of('avaritia:neutron_ingot').toJson()
],
X: [
Ingredient.of('avaritia:infinity_catalyst').toJson()
]
},
result: [
Ingredient.of('avaritia:infinity_sword').toJson()
]
})
//Compressor
event.custom({
type: 'avaritia:compressor',//Compressor Recipe
materialCount: 1000,
timeRequired: 240,
ingredients: [
Ingredient.of('#forge:ingots/bronze').toJson()
],
result: [
Ingredient.of('avaritia:singularity').nbt({
Id: 'avaritia:bronze'
}).toJson()
]
})
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- 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 Modrinth — 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 avaritia-0.6-1.20.1.jar — drop this file into the mods folder
- Download size: 673 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.