Could not find specified recipe
WFPhantom opened this issue ยท 4 comments
Issue description
[Server thread/WARN] [me.co.Mekanism/]: Received transfer request from: ServerPlayer['WFPhantom'/50953, l='ServerLevel[world]', x=-221.73, y=63.00, z=540.27], but could not find specified recipe.
Some recipes cannot be performed in a QIO but can be performed in a crafting table. Currently trying to craft a Melee Turtle from CC and it doesn't work. I have also gotten reports from people playing that it also happens with some Botania and Ars Nouveau recipes but I cannot confirm that. It MIGHT have something to do with unstackable items but I'm not sure.
Steps to reproduce
- Set up a QIO
- Open the QIO with the Portable Dashboard
- Try to craft something via JEI
- Error
Minecraft version
1.19.2 (Latest)
Forge version
43.2.5
Mekanism version
10.3.8 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
Got another one while trying to make a rotary condensentrator this one is different
Received transfer request from: ServerPlayer['WFPhantom'/264618, l='ServerLevel[world]', x=-156.43, y=65.00, z=566.17], but source items aren't valid for the requested recipe: mekanism:rotary_condensentrator.
Edit: This might be related to NBT data? It accepted the recipe when I crafted a new Fluid tank but wouldn't accept it with my one which had had lava in it
Wait do the recipes work but just don't support transferring via JEI or are the recipes not working at all? Given just processed the fact hat given it is transfer request that is the JEI thing, so it could be that some stuff isn't matching properly when the server validates the client sent a valid request. (Also I presume the tank/things with nbt are in your inventory? or are they in the QIO as that might cause different things.
Tank was in my inventory when i tested having it in the QIO produces the same error. The recipe doesn't work at all with the tank full of lava.
Interesting, I would expect the recipe to function but for the transferring automatically with JEI to just be what doesn't quite work, but when moving the item into the crafting window manually I would think it should work, Either way I will try to look into it some for the next version.