Open 1.8.2: IE creosote oil [1.10.1]

iTpyn

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

What is the bug:
Creosote Oil bottles and buckets added by Immersive Engineering override Railcraft bottles and buckets and can't be used to craft a wooden ties. Issue exists in all versions of IE and described at github.
https://github.com/BluSunrize/ImmersiveEngineering/issues/101

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
open FTB-Infinity.zs located in FTBInfinity\minecraft\scripts and add following code

recipes.addShaped(<Railcraft:part.tie>,
[[null, <ImmersiveEngineering:fluidContainers>, null],
[<ore:slabWood>, <ore:slabWood>, <ore:slabWood>]]);

recipes.addShaped(<Railcraft:part.tie>,
[[null, <ImmersiveEngineering:fluidContainers:1>, null],
[<ore:slabWood>, <ore:slabWood>, <ore:slabWood>]]);
 
Last edited: