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>);
I have disabled natural ore generation, and added the ores as part of Advanced Rocketry asteroid mission cargo. It is nice, getting all the ores from my spaceship and then drilling them for dark crystals.
I see someone else mentioned it, but liquid and item I/O would be very much appreciated!
(Right now I have an automated clicker inputting buckets into the drill)
In reply to ernestoperopezzi:
I'm glad to hear it, in one of the next updates, the ability to connect pipes to devices will be added.
crash when you put your tool in the no atack hand (offhand) and you do right click please fix it.
good mod!
In reply to guillemcixispa:
Hi, thanks for the error found, the fix will be released in the coming days. If you find any more errors, then write to Discord.
I would like you to add input and output on the machines. having to keep putting water/lava as much as the items in the machine is a rather tedious process. and also if possible, add the washing machine to crafttweaker. Thank you very much in advance
In reply to kohaku023:
Hi, in one of the next updates I will try to add the I/O capability and Craft Tweaker for Washing.
In reply to kohaku023:
In the next update, CT will be added for several types of devices
Hey, I really like the aesthetics of the mod. Reminds of Hearthwell.
Question though; I would like to add this to my existing world, but I can't really generate new chunks in it, so I would add the ores to a void miner and get them like that. I see theres 15 different types of the same ore, what is the difference?
In reply to ernestoperopezzi:
Hi, I am very glad that you liked the mod. What about 15 different ores, it's just the same ore only with different crystal content.
In reply to ernestoperopezzi:
i think other ore generators in mods, can generate it. Like botania , IndustrialForegoing, astralsorcery and other