Item duplication using the request table
Turmfalke2 opened this issue ยท 1 comments
hi,
I just stumbled over a bug that alloweds any item that can be crafted in a request table to be duplicated.
In my test setup I have the following mods:
CodeChickenCore-1.7.10-1.0.4.35-universal.jar
NotEnoughItems-1.7.10-1.0.4.83-universal.jar
buildcraft-6.3.3.jar
logisticspipes-0.8.3.95.jar
Steps to duplicate an iron bucket:
- open the gui of a request table
- clear the crafting grid in the top left corner
- shiftclick the iron bucket recipe from nei into the table
- place a single iron bucket in the table's inventory
- double click the iron bucket
At this point it pulls the iron bucket from the output slot of the recipe and stacks it with the one already in the inventory. The table now displays that 3 iron ingots craft to nothing.
If you close and open the gui again the bucket is once again displayed in the output slot, but the duplication can't be repeated (you get fake/desync buckets) unless step 2 and 3 are repeated.