Infinity Nexus Miner
No reviews yet
A multiblock miner to miner everyting
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Features machines that produce and store energy or resources.
Features machines that process raw materials or automation processes.
Enhances farming mechanics and introduces new crops and livestock.
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
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.1ServerEvents.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
IMPORTANTE
PT: Não atualize para a versão 3.0.0 ou acima se você já esta usando este mod em seu mapa
EN: Do not update to version 3.0.0 or above if you are already using this mod on your map
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 }
});
});
});
Compatibilidade:
Client Server
Screenshots
Gallery
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



