Closed 1.8.2: IE Coal Coke does not work in RC blast furnace 2.0.2

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

reficulagi

New Member
Jul 29, 2019
26
0
0
Version:
1.8.2

What is the bug:
Coal coke made from the immersive engineering is not on the fuel list for the railcraft blast furnace. this is in extreme mode

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 
http://www.minecraftforum.net/forum...ycraft-themed-progression-pack-on?comment=261

For 2.0.*
Create a text file with .zs extension in \FTBInfinity\minecraft\modpack\common\scripts with the following code
Code:
furnace.setFuel(<ImmersiveEngineering:stoneDecoration:3>, 32000);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:material:6>);
mods.railcraft.BlastFurnace.addFuel(<ImmersiveEngineering:stoneDecoration:3>);
For <2.0.*
.zs file should be in \FTBInfinity\minecraft\scripts folder instead.
 
Last edited:
on a server so i cant do that. its more of bringing it up so that it can be added in an update. side note the rail craft coal coke works in the immersive engineering blast furnace
 
Also the immersive engineering coal coke block doesn't work as a fuel, no fuel burn value coal coke works fne tho.
 
script above also fixes that, but only if you play SP or have access to server files.
 
Last edited:
I will wait for Immersive Engineering to fix this and add a fuel value to the block as it affects multiple modpacks and both modes of Infinity.
 
Make a unifier from MFR and put a single piece of RC coal coke in the centre grid, then any IE coal coke you put through it will be converted into RC coal coke ;)