Mod
Re:Avaritia[Forge/Fabric/Neoforge]
No reviews yet
A reforged version of Avaritia.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
A modified or ported version of an existing mod.
A reimagined or remade version of an existing mod or modpack.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
📕Introduction:
- This mod adds all from Avaritia.
- This mod is unofficial and have bugs!
✏️Authors:
- Programmer:
cnlimiterIAFEnvoyFrostbite-timecu6MikhailTapioAsek3 - Artist:
MHanHanBingNeo-Tix
🔒License
- Code: MIT
- Assets: CC BY-NC-SA 4.0
📌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"
}
]
}
📕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:
cnlimiterAsek3MikhailTapio
🔒License:
- Code: MIT
- Assets: CC BY-NC-SA 4.0
📌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"
}
]
}
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers