You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game crashes on launch when Railcraft's alternative track recipes are enabled. They can be enabled in the railcraft/railcraft.cfg config by setting useAltRecipes to true.
Through this config option the Railcraft Track Parts aren't registered by Railcraft. As GT depends on them to create recipes, an invalid recipe with a null output get's generated in this line:
The game crashes on launch when Railcraft's alternative track recipes are enabled. They can be enabled in the
railcraft/railcraft.cfg
config by settinguseAltRecipes
to true.Through this config option the Railcraft Track Parts aren't registered by Railcraft. As GT depends on them to create recipes, an invalid recipe with a null output get's generated in this line:
GregTech4/src/main/java/gregtechmod/loaders/postload/GT_MachineRecipeLoader.java
Line 258 in 86e83a3
Crash report: https://pastebin.com/7LNFHRzs
The text was updated successfully, but these errors were encountered: