Duplication Bugs with Router

Issue #3 resolved
nanakisan created an issue

Like the title says there is a duplication bug.

reproduction method set router to slot 0 give router machine filter insert weapon to dupe in tool station or tool forge.

Router will extract tool but doesn't actually physically remove it. Which allows the player to keep making more. This has also been proven to craft a uncrafted item. Allowing the player to make pure metal tool variants once. Then they can resmelt them down for more materials.

Comments (9)

  1. nanakisan reporter

    Did more digging and found the router can pull items from Arcane Workbench from Thaumcraft without consuming them.

    -edit- Only seems to work when the interface is being actively looked at.

  2. Tom Erik Voll repo owner

    it looks like it is related to the issue of not checking sides for slots, i can not duplicate your issue with the new code for detecting slots in ether Tool station or Tool Forge, i have not checked with arcane table yet,

  3. Tom Erik Voll repo owner

    Fixed: slot detection in slotted mode to prevent access to slots that should not be accessed. Fixed: Ore dictionary being used on none ore dictionary items (preventing some items to clear filter when they should) Fixed: Bug #3 Optimized extraction and output some Added: CC api for future implementation Dropped 1.7.2 support

    → <<cset f1497d3c200c>>

  4. Log in to comment