AxalotLDev / Async

Async is a Fabric mod designed to improve entity processing performance.
https://modrinth.com/mod/async
GNU General Public License v3.0
9 stars 1 forks source link

Hopper and chest, and their minecart variants broken #10

Closed RubenRME closed 3 days ago

RubenRME commented 3 days ago

Async breaks the behaviour of hoppers/chests and their interaction with chests and hoppers. Think: chest or hopper minecart above a hopper. Or a hopper minecart underneath a chest. The initial sometimes works, but often stops working. The latter never works.

No errors or anything in the logs, so it's just how the mod works rn.

FurryMileon commented 3 days ago

Async breaks the behaviour of hoppers/chests and their interaction with chests and hoppers. Think: chest or hopper minecart above a hopper. Or a hopper minecart underneath a chest. The initial sometimes works, but often stops working. The latter never works.

No errors or anything in the logs, so it's just how the mod works rn.

There are two possible reasons for this problem: 1) It's happening due to asynchronous entity processing. 2) It's occurring because the item pickup method has been moved to synchronous processing. We did this because parallel processing was causing item duplication (duping).

AxalotLDev commented 3 days ago

Temporarily disable parallel processing for hopper minecarts

RubenRME commented 2 days ago

@AxalotLDev Sorry for the stupid question, but is that something I need to do or you guys do? And if I need to: how do I do it for only minecarts?

FurryMileon commented 2 days ago

@AxalotLDev Sorry for the stupid question, but is that something I need to do or you guys do? And if I need to: how do I do it for only minecarts?

We'll be releasing a version with a fix for this issue soon.

RubenRME commented 2 days ago

Okay amazing, as always thank you guys for the hard work! Спасибо!

FurryMileon commented 2 days ago

Okay amazing, as always thank you guys for the hard work! Спасибо!

Try this version async-0.1.0+rc8-1.21.1.zip

RubenRME commented 2 days ago

@FurryMileon Can confirm hopper functionality is completely restored again!