Modifying Empty Stack
Darkere opened this issue ยท 0 comments
Versions
- Modpack: Direwolf 20 1.19.2 1.2.1
Silentgear is setting the stacksize here:
This stack can be the static ItemStack.EMPTY.
Due to a bug in Vanilla https://bugs.mojang.com/browse/MC-258939 this can cause crashes and other problems when the stack size is evaluated on other threads (like the serverthread in Singleplayer).