Adds a reactor made with Iskallium and Steel Casing.
You find Iskallium Ore generated in the world. Mining it yields Iskallium Essence. The essence is used to craft Iskallium Blocks, as well as Steel casing, Iskallium Glass, Reactor power tap and Reactor controller.
A box needs to be built using steel casing on the corners, top and bottom, Iskallium blocks in the center and Iskallium glass on the sides.
The reactor will output 160 rf/t per every Iskallium block inside.
The game crashed whilst ticking block entity
Error: java.lang.NoClassDefFoundError: mcmultipart/api/multipart/IMultipart
How can i disable the ore generation..? i cannot seem to find a way to disable it in config... sure i can lower the rate down but i cannot disable it...
cant even use it in 1.12 with fluxnetworks . Every time i put on the plug to the power tap i crash. then I have to recreate the world because the world wont let me get in without crashing immediately.
pls, add your ore and essens to ore dict
any news on the update, been almost a year and no news. really looking forward to the update
THis mod is unusable if your using an ore dictionary mod as it will not let you craft the steel blocks at all
In reply to jackbigpid3:
use a craft tweaker script : CraftTweaker2
I named mine iskalliumreactors.zs
// remove ingot and casing
recipes.remove(<iskalliumreactors:steel_ingot>);
recipes.remove(<iskalliumreactors:steel_casing>);
// add ingot to ore dictionary
val ingotSteel = <ore:ingotSteel>;
ingotSteel.add(<iskalliumreactors:steel_ingot>);
//redefine the Iskallian reactor casing recipe
recipes.addShaped(<iskalliumreactors:steel_casing>, [[<ore:ingotSteel>, <ore:ingotSteel>, <ore:ingotSteel>], [<ore:ingotSteel>, <ore:ingotSteel>, <ore:ingotSteel>], [<ore:ingotSteel>, <ore:ingotSteel>, <ore:ingotSteel>]]);
In reply to frakierG:
thanks for that.. problem is i have to look ton of youtube tutorial videos etc to figure out how to get that done. I hand picked ton of mods to play with and iskallium reactors is only one that i am having a issue with as the recipes does not work.
Wish there was a youtube video that shows how this is changed lol. Well gonna look into this at one point when i got more time.
In reply to Goldbergeri:
Fairly sure it is fixed in the newest version. I even deleted the script I was using.
In reply to Jackbigpid3:
Use the No Recipe Conflicts mod to fix this issue: https://www.curseforge.com/minecraft/mc-mods/stimmedcow-nomorerecipeconflict
Hi! I'm running version 0.5.16 for 1.12.2 and had a server crash when I put a normal leadstone fluxduct on the power tap.
https://pastebin.com/eNJu1xbB
Anyone know if this mod is being updated or maintained at all?
Anyone know what is best y lvl for this stuff? I have dug tunnels all over Y level 11 and havent found single ore.
Fix the world corruption when connecting anything other than an ender IO conduit, you are a complete moron if you miss something you openly mentioned in the first version of the mod.
In reply to Willy_Donka:
In reply to Willy_Donka:
it works fine in my test enviroment
Why the fuck haven't you fixed the bug that crashes the game if you connect anything other than an ender IO conduit to the reactor? You fucking mentioned it in your own video, why is it not fix? This is actually world corruption, can you not touch mods ever again thanks?
I hope this mod will be updated to newer versions.
In 1.12.2 Will not create RF that Extra utilities will use. will create the UI that ender IO uses though. the text on this page needs to reflect that its not creating RF (unless there is some other step I have not done yet). I thought it wasn't doing anything for far to long till I added ender IO and checked using that.
Edit: after using ender IO as an interface I can power the Extra utilites RF machines, but they wont power from the base Iskallium Reactor
why are the steel blocks from IR not in the oreDict? it makes it pretty much impossible to craft the controller when Unidict is installed.