Back to mods
BorealisExpansion project artwork

CurseForge · Minecraft mod

BorealisExpansion

Technical mod for working with dark energy

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which BorealisExpansion release should I use?

Updated 4 years ago
Latest stable file BorealisExpansion-1.12.2-0.3.10.jar
Game version 1.12.2
Loader Forge

BorealisExpansion-1.12.2-0.3.10.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is BorealisExpansion required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does BorealisExpansion-1.12.2-0.3.10.jar need?

BorealisExpansion-1.12.2-0.3.10.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install StrangeLib first. We found matching files for this game-version and loader setup.

StrangeLib Needed by BorealisExpansion-1.12.2-0.3.10.jar
required
Matching file found Matched file: starngeLib-1.12.2-0.0.3.jar

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add BorealisExpansion without breaking your instance.

Built for BorealisExpansion-1.12.2-0.3.10.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use BorealisExpansion-1.12.2-0.3.10.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install StrangeLib first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside BorealisExpansion-1.12.2-0.3.10.jar. It opens that exact file at the source.

About this project

What does BorealisExpansion add?

Borealis Expansion
About: A technical mod that allows you to work with dark energy. Explore the bowels of the earth to find new ore, mine it with a drilling rig, wash dirty crystals in a washing machine, which will allow you to get crystals from which you can create various items, improvements and mechanisms.

Posts:
Статья по моду на русском Обзор мода на русском языке:

FAQ:

Do need additional mods to work?
For the mod to work, you need to install the StrangeLib mod.

Use in modpack?

You can use this mod in any modpack.


Additional links:

Discord server where you can report errors and crashes or leave your suggestions.

If you like BorealisExpansion and want to support the mod and me in my modding endeavours, you can become a patron on Patreon.

Integrations:

  • CraftTweaker integration.

Mixer
You can call the Mixer package using <mods.borealisexpansion.mixer>
Recipe addition
//mixer.addRecipe(IItemStack inputLeft, IItemStack inputRight, IItemStack output, int time, int power);
mixer.addRecipe(<minecraft:diamond>, <minecraft:grass>, <minecraft:apple>, 10, 10);
Recipe removal
//mixer.removeRecipe(IItemStack output);
mixer.removeRecipe(<borealisexpansion:crystal:5>);

//mixer.removeRecipe(IItemStack input1, IItemStack input2);
mixer.removeRecipe(<minecraft:diamond>, <minecraft:dirt>);
Dark Furnace
You can call the Dark Furnace package using <mods.borealisexpansion.dark_furnace>
Recipe addition
//dark_furnace.addRecipe(IItemStack input, IItemStack outputResource, IItemStack outputCatalyst, byte catalystChance, int time, int power);
dark_furnace.addRecipe(<minecraft:diamond>, <minecraft:grass>, <minecraft:planks>, byte catalystChance, 40, 10);

Recipe removal
//dark_furnace.removeRecipe(IItemStack input);
dark_furnace.removeRecipe(<minecraft:diamond>);

Duplicator
You can call the Duplicator package using <mods.borealisexpansion.dublicator>
Recipe addition
//dublicator.addRecipe(IItemStack input, int chanceSecondDrop, int chanceThirdDrop, int time, int power);
dublicator.addRecipe(<minecraft:diamond>, 50, 15, 100, 1);

Recipe removal
//dublicator.removeRecipe(IItemStack input);
dublicator.removeRecipe(<minecraft:diamond>);
Washing
You can call the Washing package using <mods.borealisexpansion.washing>
Recipe addition
//washing.addRecipe(IItemStack input, IItemStack output);
washing.addRecipe(<minecraft:grass>, <minecraft:dirt:1>);

Recipe removal
//washing.removeRecipe(IItemStack input);
washing.removeRecipe(<minecraft:diamond>);

Project description from CurseForge.

Pick your setup

BorealisExpansion by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

BorealisExpansion versions and loaders

11 of 11 releases match

Looking for an older file? The official CurseForge project page is in Resources.