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

Crash When Inserting Items of a Different Type #100

Closed
MorningSage opened this issue Jul 28, 2020 · 5 comments
Closed

Crash When Inserting Items of a Different Type #100

MorningSage opened this issue Jul 28, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@MorningSage
Copy link

MorningSage commented Jul 28, 2020

When using a hopper (or presumably any other block that automatically inserts items), placing items that are of a different type into a non-empty barrel results in a crash.

To replicate:
• Fill a barrel with at least one of any item
• Use a hopper to try to insert any other item of a different type

This error occurs on the latest version posted to CurseForge. I haven't looked into much, so if you need me to open a ticket on LibBlockAttributes, I can do that, too. Not sure exactly where the issue lies.

Here’s the full crash report:
https://pastebin.com/CPksU9Di

The jar block uses the vanilla hopper logic to insert items as seen here:
https://github.com/CoolMineman/Plant-In-A-Jar/blob/5b8e5df007fae0d58fa828d2b8183dc1126b5425/src/main/java/io/github/coolmineman/plantinajar/JarBlockEntity.java#L78

@Katorone
Copy link

I'm having a similar issue with Tech Reborn Storage Units trying put push items to a Stockpile barrel.
https://pastebin.com/a0FCmA7V

@branchpanic branchpanic added the bug Something isn't working label Jul 29, 2020
@branchpanic
Copy link
Owner

Apologies for the issue, I probably missed something when upgrading LibBlockAttributes. This is probably a significant enough bug to warrant a fix even though I'm not working on the mod actively, so stay tuned and I'll try to push something relatively soon.

@Katorone
Copy link

Thank you! Apart from this issue, Stockpile is the best YABBA-style mod for Fabric. <3

@branchpanic
Copy link
Owner

A quick update, it looks like this is actually originating from Universal Components. I'm closing the issue here since it looks like they have it under control. Keep an eye out for an update there!

If you want to play with Stockpile (or just get your world out of a crash loop) you can try temporarily disabling UC and any mods that include it.

@Katorone
Copy link

Thanks !

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

No branches or pull requests

3 participants