Bug FTB Beyond 1.11.0-1.10.2 (railcraft)

  • 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
X

Xur

Guest
I recently wanted to create a railway, and so far I've run into 2 recipies that aren't working as intended.

1. Electric Locomotive
2. ic2 EU Loader

I managed to fix the electric locomotive with some script, but it seems that this mod wasn't tested at all in this modpack. Maybe remove the mod or fix it? So far I'm dropping rails anyway, and that's a shame.

Great modpack otherwise...
 
X

Xur

Guest
For anyone in my situation.

Add this to the script server side (not my script and can't remember where I got it, but it works):
Code:
//    Railcraft Locomotive Fix
recipes.remove(<railcraft:locomotive_electric>);
recipes.addShaped(<railcraft:locomotive_electric>.withTag({model: "railcraft:default"}), [
    [<minecraft:redstone_lamp>,            <railcraft:plate:1>,        null],
    [<railcraft:plate:1>,                <railcraft:charge_feeder>,    <railcraft:plate:1>],
    [<thermalfoundation:material:288>,    <minecraft:minecart>,        <thermalfoundation:material:288>]]);

The IC2 EU Loader can be crafted, it just needs fully charged batteries. JEI list un-charged batteries as an option, but it isn't an option.