Modular Machinery Machine Casing not craftable by hand
jumpkain opened this issue ยท 6 comments
The Machine Casing from Modular Machinery isn't craftable by hand. JEI will allow you to add the recipe to any crafting interface provided you have the ingredients, but it can't actually be crafted.
Making a pattern for it in a pattern terminal shows that it'll work - but actually requesting the recipe afterwards will tell you that you're lacking the wrench. Perhaps the issue is that it's coded to require a darmanistan wrench rather than any wrench? The pattern was set to allow oredict substitutions, and I've tested and made sure that another item including a wrench (a hopper) can be requested (the pattern was made in the same terminal).
Attached images show a pattern for the item being put into a pattern terminal, a manual modification to the pattern making it no longer valid, the error shown when requesting the "correct" recipe, and the recipe failing to work in a regular crafting table.
This doesn't break AE autocrafting at least though, otherwise we'd have heard of it.
This is most likely because this recipe tries to use ore:craftingToolWrench to refer to the wrench, while the other recipes use gregtech:meta_tool:8 directly. A similar issue occurs with the LuV machine casing (machine_casing:6), as it is the only other casing that tries to refer to the tool by oredict name. I tried a simple substitution of meta_tool:8 for the oredict reference, but the recipe then only worked with the darmstadium wrench, and only when the wrench was at full durability.
Is that the latest release? The latest version doesn't have that bug,since I made made modular machines
Yes, I'm on 1.2.1. For reference (I should have mentioned this prior), the only change I've made to the pack is updating p455w0rdslib to get the lighting effect while holding torches in the like that existed in older versions back.