Void Miners
This is an unofficial 1.21.1 port of the original version by MtcLeo05.
This mod, inspired from mods like Environmental Tech, aims to provide a new way to generate resources, that being a multiblock structure that, when provided power and a view on the void (or bedrock) generates resources.
While this mod is (obviously) inspired by Environmental Tech, it is not a 1:1 copy and, more importantly, HAS NO RELATION WHATSOEVER WITH IT, AND ALL ASSETS (INCLUDING CODE) WERE MADE FROM SCRATCH.
Aquí tienes el texto detallado e integrado con el formato del documento:
🧩 Mod Integrations
This mod features native integration with popular utility mods to enhance compatibility and gameplay experience:
- JEI (Just Enough Items): Displays all items generated by each miner tier, along with their respective drop rates and recipes.
- JADE: Provides in-game HUD tooltips showing real-time information about multiblock miner status, progress, and stored energy/items when looking directly at the blocks.
- KubeJS: Fully supports custom recipe creation, tier modifications, and event handling via scripts. For comprehensive guides and code examples, check the official KubeJS Integration Wiki.
☀️ Solar Panels
The mod currently has 9 tiers of solar panels implemented:
- Rubetine: Your first miner, has no modifier slots
- Aurantium: has 2 modifier slots
- Citrinetine: has 4 modifier slots
- Verdium: has 6 modifier slots
- Azurine: has 8 modifier slots
- Caerium: has 10 modifier slots
- Amethystine: has 12 modifier slots
- Rosarium: has 16 modifier slots
- Ultimate: The highest tier of miners available
💎 Miner Tiers
The mod currently has 9 tiers of miner implemented:
- Rubetine: Your first miner, has no modifier slots
- Aurantium: has 2 modifier slots
- Citrinetine: has 4 modifier slots
- Verdium: has 6 modifier slots
- Azurine: has 8 modifier slots
- Caerium: has 10 modifier slots
- Amethystine: has 12 modifier slots
- Rosarium: has 16 modifier slots
- Ultimate: The highest tier of miners available
⚡ Modifiers & Upgrades
The mod has 4 types of upgrades, that become better the higher the tier:
- Energy Modifier: reduces the energy requirement of the miner
- Speed Modifier: reduces the time needed for each item, but increases energy
- Item Modifier: increases items given each time it mines, but increases energy
- Max Storage Upgrade: tiers 1, 2, and 3 for expanding internal capacity
🛠️ Usage & Controls
- When building a miner, you can Shift + Right-Click to toggle a render on how to build the structure.
- Right-Clicking gives a list of all needed materials.
- The mod supports JEI to display the items each miner generates.
⚙️ Configuration & Customization
This mod has common configs (void-miners.json5 for later versions), for configuring miner duration, energy used each tick and modifier values.
For modpack makers, check the source for how to add custom recipes. The recipes also support NBT data, an example of an NBT file:
{
"item": "minecraft:iron_axe",
"nbt": "{Damage:0}",
"weight": 2.0
}
📜 Credits
- Full credits to the Environmental Tech team for the original concept.
- minimaxi for Max Storage Upgrade tiers 1, 2, and 3 And the Structure Builder .
- BOLT_M4G1C for the solar panels and the Ultimate tier of miners.

