Download Re:Avaritia — Minecraft Mods — MetaMods
Re:Avaritia

Re:Avaritia

Active

Downloads

34

Last update

1 month ago

Versions

1.20 — 1.20.4
Client and server
Fabric
Forge
Neoforge
Adventure
Weapons and armor

Re:Avaritia - Revival of the Legendary Mod

What is it?

This project represents a reworked version of the famous Avaritia mod, bringing back all elements of the original development to Minecraft. It's important to note that this is an unofficial version that may contain some bugs and imperfections.

Main Features

The mod offers a complete set of tools for achieving absolute supremacy in the game. Collect neutron resources using a special collector, create singularities in the neutron compressor, and use the extreme crafting table for the most complex recipes.

Particular attention deserves unique food items - cosmic meatballs and ultimate stew, which provide incredible effects. The ultimate goal is to create the infinity ingot and legendary armor of the highest level.

Technical Features

All recipes fully correspond to the original mod and support integration with JEI for convenient viewing. The developers have provided the ability to extend functionality through JSON files for adding new singularities, as well as support for popular recipe modifiers - CraftTweaker and KubeJS.

Recipe Configuration Examples

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 => {
        //Extreme Crafting
        event.custom({
            type: 'avaritia:shaped_extreme_craft',//shapeless crafting: 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!')
    }
)

Infinity Catalyst

{
  "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"
    }
  ]
}

Developers

Programming: cnlimiter, Asek3, MikhailTapio

Licenses

Source code is distributed under MIT license, and resources under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.

Project members
cnlimiter

cnlimiter

Developer

IAFEnvoy

IAFEnvoy

MHanHanBing

MHanHanBing

cu6

cu6

Created: 20 Jan 2024

ID: 2583