Mineuniverse
Log in Register
Mods

Infinity Nexus Miner

A multiblock miner to miner everyting
by Reavik
Download Claim this project
157,440 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Automation Energy Farming Ores and Resources Technology

FTBquests File

PT/BR

Infinity Nexus Miner
Este mod adiciona uma mineradora multibloco capaz de minerar os blocos colocados
no interior da extrutura gerando recursos infinitamente atravez de receitas.

Contem uma unica maquina (Miner) que pode ser updada do nivel 1 ao 9
atravez de componentes craftaveis utilizando os crystais minerados em cada tier.

EN/US

Infinity Nexus Miner

This mod adds a multi-block miner capable of mining placed blocks
inside the structure generating infinite resources through recipes.

Contains a single machine (Miner) that can be upgraded from level 1 to 9
through craftable components using the crystals mined in each tier.

PT/BR

Um mod simples de geração de recursos com baixa complexidade.

  • Obs:
  • Criticas e sugestões são sempre bem vindas, deixe seu comentario para me ajudar a melhorar e corrigir possiveis erros.

               

EN/US

A simple resource generation mod with low complexity.

  • Note:
  • Criticism and suggestions are always welcome, leave your comment to help me improve and correct possible errors.


KubeJS Custon Recipes:
1.20.1

ServerEvents.recipes(event => {

const recipesMiner = [
{
input: 'allthecompressed:blazing_crystal_block_5x',
output: 'powah:blazing_crystal_block',
level: 8,
energy: 100,
fortune: false
},
];

recipesMiner.forEach(rp => {
event.custom({
type: 'infinity_nexus_miner:mining',
energy: rp.energy,
level: rp.level,
fortune: rp.fortune,
ingredient: [
{ item: rp.input }
],
output:
{ item: rp.output }
});
});
});

1.21.1

ServerEvents.recipes((event) => {
    const createMiningRecipe = (params) => {
        const { energy, level, fortune, ingredient, output } = params;
        const outputItem = output.item.split(':')[1];
        const recipeId = `infinity_nexus_miner:${outputItem}_from_mining`;
        
        event.custom({
            type: 'infinity_nexus_miner:mining',
            energy: energy,
            level: level,
            fortune: fortune,
            ingredient: ingredient,
            output: output
        }).id(recipeId);
    };

   
    createMiningRecipe({ energy: 100, level: 5, fortune: true,
        ingredient: [{ tag: 'forge:ores/platinum' }],
        output: { item: 'minecraft:redstone_dust' }
    });
});

Compatibilidade:

  •     Client 
  •     Server
Infinity Nexus Miner-4.0.3-1.20.1
MC Client, 1.20.1, Forge, Server
Release 2025-11-19 Get
Infinity Nexus Miner-6.0.3-1.21.1 NeoForge
MC Client, 1.21.1, NeoForge, Server
Release 2025-10-03 Get
Infinity Nexus Miner-4.0.2-1.21.x NeoForge
MC 1.21, Client, NeoForge, Server
Beta 2025-04-22 Get

More from Reavik

Infinity Mining Dimension
9,933
Infinity Nexus Companion
953
Infinity Nexus Resouces
8,813
Infinity Nexus Limits
793
Infinity Nexus Things
7,506
Satisfactory Build Tool
560

You Might Also Like

Tree Tap
Extract juicy stuff from tree trunks
9,857,980
Little Tractor
A dyeable tractor that harvests and replants crops!
984,507
Farmer's Delight TFC
adaptation of Farmers Delight to the world of TerraFirmaCraft - full recipes, food decay system, food nutrients
974,551
Jaffactory
Adds Jaffa Cakes, Jaffas, Jaffa Trees and more Jaffa items!
967,602
WildFarmCraft
Wild Animals and better farming
98,054
Cold sweat addon: Hardcore crops
Mod/datapack dedicated to adding crop temps for cold sweat limitations.
9,932