Create

Create

86M Downloads

Item duplication glitch with Mechanical Press and Brass Tunnels

lyneca opened this issue ยท 3 comments

commented

I set up two brass tunnels are adjacent, with one filtered to output only one type of item (say, nuggets) and leading into a basin. When at least 17 nuggets are fed into the tunnels, the tunnel pointing to the basin will output an infinite number of nuggets into the basin - whenever you right click the basin to remove the nugget, it will remove exactly 16 into your hand, then fill the basin with another 16 nuggets.

This works with any stackable item.

In-game screenshot displaying bug

Schematic

Mod list

  • AppleSkin
  • Chisels & BIts
  • collective
  • Crafting Tweaks
  • Create 0.3
  • JEI
  • JustEnoughResources
  • OptiFine (+ BSL Shaders)
  • Tree Harvester
  • Xaero's Minimap
commented

Seems like it might be something specific to basins, because despite both basins and depots using a DirectBeltInputBehaviour the bug only occurs with basins.

commented

Thanks for the report. I got it reproduced in dev environment. I have some suspicions of what is causing it, i am attempting a fix

commented

Ahh, I knew it had something to do with isRemainder! Nice spot.