Open 1.8.2: IE creosote oil [1.10.1]

  • 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

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: