Re:Avaritia[Forge/Fabric/Neoforge]

A reforged version of Avaritia.
1111.png

1111.png

11111.png

11111.png

Description

📕Introduction:

  • This mod adds all from Avaritia.
  • This mod is unofficial and have bugs!

✏️Authors:

  • Programmer: cnlimiter IAFEnvoy Frostbite-time cu6 MikhailTapio Asek3
  • Artist: MHanHanBing Neo-Tix

🔒License

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

The Re:Avaritia[Forge/Fabric/Neoforge] Team

profile avatar
  • 75
    Followers
  • 27
    Projects
  • 3.0M
    Downloads

More from cnlimiterView all

  • Ultramarine Rekindled project image

    Ultramarine Rekindled

    • 2.7K
    • Mods

    A Mod for Chinese-style Decorations

    • 2.7K
    • April 4, 2026
    • Mods
  • Avaritia Integration project image

    Avaritia Integration

    • 65.4K
    • Mods

    This mod add capability between Re:Avaritia and many other mods.

    • 65.4K
    • March 31, 2026
    • Mods
    • +1
  • Re:BackStab project image

    Re:BackStab

    • 13.3K
    • Mods

    Backstab is a configurable mod that adds the ability for weapons to backstab players/entities alongside a few basic daggers

    • 13.3K
    • February 19, 2026
    • Mods
    • +1
  • OffHandBanning project image

    OffHandBanning

    • 178.1K
    • Mods

    A mod that allows you to ban specific items on your off-hand.

    • 178.1K
    • February 11, 2026
    • Mods
  • Ultramarine Rekindled project image

    Ultramarine Rekindled

    • 2.7K
    • Mods

    A Mod for Chinese-style Decorations

    • 2.7K
    • April 4, 2026
    • Mods
  • Avaritia Integration project image

    Avaritia Integration

    • 65.4K
    • Mods

    This mod add capability between Re:Avaritia and many other mods.

    • 65.4K
    • March 31, 2026
    • Mods
    • +1
  • Re:BackStab project image

    Re:BackStab

    • 13.3K
    • Mods

    Backstab is a configurable mod that adds the ability for weapons to backstab players/entities alongside a few basic daggers

    • 13.3K
    • February 19, 2026
    • Mods
    • +1
  • OffHandBanning project image

    OffHandBanning

    • 178.1K
    • Mods

    A mod that allows you to ban specific items on your off-hand.

    • 178.1K
    • February 11, 2026
    • Mods