Rolling machine recipes are not copied to crafting tables
Shandoo94 opened this issue ยท 10 comments
Description of the Bug
When the factory module is disabled, rolling machine recipes are not copied to the crafting table.
When disabeling the Factory module, things like tracks still use rails in their recipes. In this configuration the tracks would not be normally craftable. Also the rolling machine doesn't show recipes in JEI.
To Reproduce
- Disable Factory Module in Config
- Look up recipes in JEI
Expected behavior
Rails, etc. craftable through crafting table.
Alternative recipes that don't utilize items only craftable through the factory module.
Environment
Railcraft 12.0.0-beta2
forge 14.23.2796
I believe disabling the Factory, and therefor the Rolling Machine, dumps the Rolling Machine recipes into the vanilla Workbench.
You'd have explicitly enable vanilla style track recipes or disable the rail items for them to not be used.
If the Factory Module is disabeled the rails are only craftable through tracks as seen in the screenshot below. A couple of other items like the large charge wire spool are also not craftable, even with factory module enabled. At least I don't see a recipe in JEI.
Maybe the issue is, that a few recipes are missing in general and therefore there are no recipes in the rollingmachine to be pushed onto the crafting bench?
So how do I craft rails then if I can't see the recipes in JEI? Just using the rollingmachine patterns from the official wiki in the craftingtable doesn't work.
Is it intended that I don't see the recipes of the rolling machine? If yes, why?
If you disable factory, I don't think you can see rolling machine recipes any more. Now, rolling machine recipes are dependent on the factory module. I guess the recipe migration will be broken, so I will get another title for this issue.
It's simple. The Rolling Machine doesn't have a working JEI recipe handler right now.
It was replaced with a "//TODO add this later" line when the recipe manager got scrapped and rewritten.
It was either that or no release on Christmas.
I haven't tested the recipe migration, but the other issues should be fixed by 307ec2f