Using JEI move items results in scattered items in the crafting grid
RipleyHyena opened this issue ยท 12 comments
Minecraft Version
1.19.2
Forge Version
43.3.13
Mantle Version
1.10.36
Tinkers' Construct Version
3.8.3.39.jar
Describe your issue
Using the "move items" feature in JEI with tinker's recipes causes them to scatter the items on the grid.
Tested with just JEI (jei-1.19.2-forge-11.6.0.1019.jar) and Tinker's Construct
Crash Report
No response
Other mods
jei-1.19.2-forge-11.6.0.1019.jar
Tried reproducing with just Tinkers?
No
Performance Enchancers
None of the above
Searched for known issues?
Searched open issues
Need more information as I have not been experiencing this. Can you give screenshots of the full UI so I can see the sort of side inventory you have along with the tabs?
Also, do what the issue template says and tet reproducing with just tinkers and JEI. I could see other mods (notably REI) causing this
Sure thing. I've also attached debug.log and latest.log to show loaded mods. I'm absolutely not using any other mod to test this. I could potentially provide a video as well.
2024-05-30.11-24-19.mp4
Edit: Tested on both Curseforge and Prismlauncher and replicated the issue on both
Edit 2: Behavior happens on both vanilla crafting table and Tinker's crafting station
Edit 2: Behavior happens on both vanilla crafting table and Tinker's crafting station
With all recipes or just this specific recipe?
Also, do what the issue template says and try reproducing with just tinkers and JEI.
So far, the crafting station recipe, and the tinker station recipe.
Does it happen with the tinkers anvil recipe and the seared drain/seared chute recipe (the one using blocks, not brick items). If so that narrows down the problem.
I don't believe this issue is actually a Tinkers issue but a JEI one. Those recipes are normal recipe extensions in JEI, and they display correctly in JEI, so its a JEI bug if the transfer for that does not work (as JEI controls their transfer)
Please crosspost the issue to JEI's issue tracker.
I tried it out and this looks like a JEI bug on 1.19.2.
These recipes use Mantle's ShapedRetexturedRecipe
, which creates a focus link between one of the inputs and the output. The creation of the recipe link seems to cause JEI to incorrectly change the order of the slots. I'll look into a solution.