Перейти к содержимому
Mineforgian

Re:Avaritia

A reforge version of Avaritia!

1.8M загрузок169 подписчиковMITfabricforgeneoforge

Обновлён 26 июня 2026 г. · опубликован 30 декабря 2023 г.

  • Скриншот: Re:Avaritia
  • Скриншот: Re:Avaritia
  • Compressor
  • Скриншот: Re:Avaritia
  • Скриншот: Re:Avaritia

📕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:

📌Download official:

❗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:

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

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.0Релиз1.20.1forge, neoforge26 июня 2026 г..jar (3.3 МБ)
1.4.0Бета26.1.2neoforge10 июня 2026 г..jar (3.1 МБ)
1.4.0Бета26.1.2neoforge10 июня 2026 г..jar (3.0 МБ)
1.4.0Альфа26.1.2neoforge9 июня 2026 г..jar (3.0 МБ)
1.3.9.9Релиз1.21.1neoforge15 мая 2026 г..jar (3.2 МБ)
1.3.9.8Релиз1.20.1forge, neoforge17 февраля 2026 г..jar (3.3 МБ)
1.3.9.6Релиз1.20.1forge, neoforge12 января 2026 г..jar (3.4 МБ)
1.3.9.4Релиз1.21.1neoforge12 января 2026 г..jar (3.3 МБ)
1.3.9.4Релиз1.20.1forge, neoforge16 ноября 2025 г..jar (3.4 МБ)
1.3.9.4Релиз1.20.1forge, neoforge15 ноября 2025 г..jar (3.4 МБ)
1.3.9.3Альфа1.20.1forge, neoforge6 октября 2025 г..jar (3.5 МБ)
1.3.9.1Релиз1.20.1forge, neoforge2 сентября 2025 г..jar (3.0 МБ)
1.3.9.0Бета1.20.1forge, neoforge13 апреля 2025 г..jar (2.3 МБ)
1.3.9.0Альфа1.20.1forge, neoforge9 ноября 2024 г..jar (1.7 МБ)
1.3.8.3Релиз1.20, 1.20.1forge, neoforge8 октября 2024 г..jar (1.6 МБ)

Показаны последние 15 из 27 версий. Все версии — на Modrinth.

Ченджлог

1.4.0Альфа26.1.2 · 9 июня 2026 г.

test

1.3.9.4Релиз1.20.1 · 15 ноября 2025 г.
1.3.9.1Релиз1.20.1 · 2 сентября 2025 г.

fix a lot

1.3.9.0Бета1.20.1 · 13 апреля 2025 г.
1.3.8.2Релиз1.20, 1.20.1 · 26 июля 2024 г.
1.3.8.1Релиз1.20, 1.20.1 · 13 июля 2024 г.

finish render sword
wings

1.3.8.0Релиз1.20, 1.20.1 · 13 июля 2024 г.
1.3.7.3Релиз1.20, 1.20.1 · 13 июня 2024 г.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…