Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplication bug with Item Drains and stackable containers #296

Closed
rythin-sr opened this issue May 18, 2022 · 1 comment
Closed

Duplication bug with Item Drains and stackable containers #296

rythin-sr opened this issue May 18, 2022 · 1 comment
Labels
1.18 bug Something isn't working

Comments

@rythin-sr
Copy link

Describe the Bug

Attempting to drain liquid from a stackable container (in my case Tech Reborn cells) drains one bucket's worth of liquid and lets the full stack continue along the conveyors. There's also some other weirdness which ended up giving me more cells that I started out with, but I haven't been able to pinpoint what exactly is happening there quite yet.

Reproduction Steps

  1. Set up an item drain with a conveyor belt going in and out, and a fluid pump connected to a tank
  2. Drop a stack of fluid containers on the belt
  3. Some of the fluid should end up in the drain/tank, while the stack of containers continues along on the belt unaffected

Expected Result

Unsure? Either only one container let onto the drain at a time or only one empty one leaving at a time. I guess this situation doesn't come up with just vanilla + create.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.4.1

Minecraft Version

1.18.2

Other Mods

Tech Reborn 5.2.0-beta3 I believe to be the only relevant one here, but here's my full modlist:

Mods:
[✔️] AdditionalAdditions-4.0.0
[✔️] appleskin-fabric-mc1.18.2-2.4.0
[✔️] appliedenergistics2-11.0.0-alpha.5
[✔️] architectury-4.4.56
[✔️] badpackets-fabric-0.1.2
[✔️] cloth-api-3.2.64
[✔️] cloth-config-6.2.62-fabric
[✔️] conjuring-1.0.22+1.18
[✔️] crawl-0.10.6
[✔️] create-mc1.18.2_v0.4.1+549
[✔️] create-mc1.18.2_v0.4.1+549-sources
[✔️] fabric-api-0.51.1+1.18.2
[✔️] flytre_lib-1.18.2-1.8.1-fabric
[✔️] indium-1.0.3+mc1.18.2
[✔️] inmis-2.6.0-1.18.2
[✔️] MouseTweaks-fabric-mc1.18-2.22 (1)
[✔️] owo-lib-0.7.2+1.18
[✔️] Patchouli-1.18.2-67-FABRIC
[✔️] pipe-1.18.2-1.6.3-fabric
[✔️] RoughlyEnoughItems-8.1.457
[✔️] sodium-fabric-mc1.18.2-0.4.1+build.15
[✔️] TechReborn-5.2.0-beta.3
[✔️] TheExtractinator-1.0.8
[✔️] things-0.2.17+1.18
[✔️] trinkets-3.3.0
[✔️] wthit-fabric-4.10.2

Additional Context

No response

@rythin-sr rythin-sr added the bug Something isn't working label May 18, 2022
@github-actions github-actions bot added the 1.18 label May 18, 2022
@rythin-sr
Copy link
Author

Not sure whether I should edit the original post or send a comment like I'm doing but I see what's happening with the additional cells being created. Whenever a stack of cells is ready to get on the item drain, it will wait just before, presumably to let one on when there's space in the drain for fluid. What happens instead is one cell gets subtracted from the stack, but what's supposed to be a single cell landing on the drain is actually the full stack, duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.18 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant