Crash with The Betweenlands barrels
MrRedstoneA1 opened this issue ยท 2 comments
Description
When trying to transfer liquid from backpack tank to a Betweenlands barrel, when the tank is empty the game instantly crashes.
Steps to reproduce the behavior:
- Equip the backpack.
- Equip the hose.
- Put the hose in "spill" mode.
- Attempt to transfer liquid from the empty tank to barrel.
Expected behavior
Nothing should happen because the tank is empty. Instead the game instantly crashes.
- Mod version: 1.0.35
- Crash log: https://gist.github.com/MrRedstoneA1/b4a40be1e750ab379bd4b07973a4ee08
Additional Context
I also submitted a ticket to the authors of The Betweenlands, and they determined that the issue is on your side. They said:
"That's an error on Traveler's Backpack's side. More specifically, it seems to try filling the barrel with a null FluidStack, which isn't allowed. It should instead use FluidUtil#tryFluidTransfer."