Refined Storage

Refined Storage

77M Downloads

Duping Method

AallynReed opened this issue ยท 10 comments

commented

Describe the bug

Placing multiple destructors up against the same block causes items to be duped
image
It can be automated as seen in the image using a single constructor
image
Here's before dropping all these chaotic cores into those 4 destructors
image
and proof of concept

How can we reproduce this bug or crash?

  1. Place 2 or more constructors facing the same block
  2. Drop an item in that block where the constructors are facing to
  3. The item is now duplicated by the number of destructors you placed

What Minecraft version is this happening on?

Minecraft 1.16.5

What Forge version is this happening on?

36.2.34

What Refined Storage version is this happening on?

1.9.17

Relevant log output

No response

commented

I'll be sure to test this fix when it releases, thanks a ton for fixing it

commented

why the fuck did I get banned from discord for saying I won't do testing outside of the version I am in
that's quite stupid to ban someone for being a user, using a release version and requiring them to do the testing for the developer...I reported a bug I found, gave reproduction steps, I think it is unnecessary to ban me for that

commented

well since you reopened, it shows interest in fixing it
Here's the repro in a refined only env
https://cdn.discordapp.com/attachments/763229181231497226/976488452579266620/Minecraft__1.16.5_-_Singleplayer_2022-05-18_15-14-18_Trim.mp4
I don't own java 17 nor intend to play 1.18.X thus this is as far as my testing goes

commented

as mentioned above I am in 36.2.34, I recommend using max speed cards it seems to be a bit more consistent

commented

Unable to reproduce. Works fine for me. What forge version are you on?

commented

Just updated from 31 -> 35 and now it does happen :( might be unrelated though

commented

I noticed this when I accidentally dropped my advanced dislocator from DE which ended up duped 4 times when dropped, in my server it is 100% consistent in duping...
Imma make another vid

commented

Its very inconsistent but I do have it reproduced. Will try to fix when I get the time.

commented

Since I am banned on discord and there's a file size limit of 10mb here
https://cdn.slynx.xyz/videos/dupe.mp4

commented

I have a suspicion that you guys do some tick syncing on the destructors or that tick syncing happens regardless
and so all 4 pull the item into the network
How to solve this I dunno, I just stumbled upon it.
I hope this helped enough