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 of stored items #152

Open
mclap40 opened this issue Sep 13, 2022 · 5 comments
Open

Duplication of stored items #152

mclap40 opened this issue Sep 13, 2022 · 5 comments
Labels
question Further information is requested stale

Comments

@mclap40
Copy link

mclap40 commented Sep 13, 2022

Good afternoon, the following report is to report a problem that I have detected in the mod. When entering items and seeing the amount that appear in the chests, for some reason it duplicates them. That is to say, if I put two iron ingots, when I look at the inventory it tells me that I have 4, and when I remove 2 it takes out all of it. The problem is that when entering the items, it always marks double the amount that is actually stored in the inventory. It would be possible to correct this. Thank you very much for your work.

@Ellpeck
Copy link
Owner

Ellpeck commented Sep 13, 2022

Hi! What version of Minecraft and Pretty Pipes are you using?

If you're still on the 1.16 version, this issue might be occuring because you connected a vanilla Minecraft double chest to the network using two pipes. For other inventories, this generally isn't a problem, but 1.16 vanilla chests unfortunately don't cooperate well with Forge's IItemHandler system and, as such, cause this issue.

This was referenced Sep 13, 2022
@Ellpeck Ellpeck added the question Further information is requested label Sep 13, 2022
@mclap40
Copy link
Author

mclap40 commented Sep 13, 2022

Hello again. The mod version I'm using is PrettyPipes-1.12.6.jar and the Minecraft version is 1.18.2 with Forge and Mods.

@Ellpeck
Copy link
Owner

Ellpeck commented Sep 13, 2022

Hmm, are there any storage containers (not just vanilla chests) that you have connected to the network twice? If so, can you try removing one of the connections and seeing if the issue gets resolved?

Please also let me know what container was causing the issue in that case, too!

@Mattabase
Copy link

Still happening in FTB stone block today with their andesite and stone chest types a

@Ellpeck
Copy link
Owner

Ellpeck commented Nov 7, 2022

Still happening in FTB stone block today with their andesite and stone chest types a

Does this issue happen with vanilla chests too?

If not: since Forge has changed how it wraps vanilla chests' item handling since 1.16, the andesite and stone chests might also be using the outdated way that was previously used, which caused this issue. There's nothing that can quickly and easily be done on Pretty Pipes' end to mitigate this.

@Ellpeck Ellpeck added the stale label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

3 participants