Crash with flowing fluid into a sign.
alcatrazEscapee opened this issue ยท 0 comments
crash-2022-09-11_02.21.41-client.txt
Culprit is TFCStandingSignBlock.getStateForPlacement
not checking if the fluid exists in the fluid property before attempting to get a key for it.
Should use keyForOrEmpty
instead of keyFor