bl4ckscor3 / SculkTransporting

A Forge Jam 2022 entry, adding an item transporting solution involving sculk.
https://www.curseforge.com/minecraft/mc-mods/sculk-transporting/
MIT License
0 stars 2 forks source link

BUG: Transmitter losing next transmitter #14

Open deadspidervenom opened 3 months ago

deadspidervenom commented 3 months ago

I forgot to make this when i last did my test, however while testing the new update, i noticed that if you break the next transmitter in a transmitter line (or loop) while items are moving on it, it will not try and find a new one and the item will be stuck in the the transmitter it was last in. If you break the transmitter with the item stuck in it, it will drop the items and fix the issue for future items.

bl4ckscor3 commented 3 months ago

That sounds intentional - items should not move back to the transmitter they came from. But maybe I am misunderstanding something here, so could you please show a video or give a detailed step-by-step reproduction scenario?

deadspidervenom commented 3 months ago

Place down a line of transmitters with a reciever and emitter with max upgrades.

Transfer a lot of items

While items are moving break a transmitter in the line.

Replace the transmitter broken.

items will not be sent to it, (it was not like this before)