MUYUTwilighter / saplanting_fabric

A fabric mod that automatically plant sapling drops in minecraft games.
MIT License
6 stars 0 forks source link

[ALT Post] Dangerous state on task queue shared by multi-thread #11

Closed MUYUTwilighter closed 1 year ago

MUYUTwilighter commented 1 year ago

cool.muyucloud.saplanting.mixin.ItemEntityMixin: TASKS is used by both MC server thread and Saplanting core thread, but is not protected by locks nor mutex. This set the task queue into a dangerous state.