Fluid tank crash.
eszdman opened this issue ยท 2 comments
Describe the bug
When I tried to fill fluid tank using create mechanism's I got this crash log.
Steps to Reproduce
Steps to reproduce the behavior:
- Create lava pump using create and connect it directly to fluid tank.
- Wait until it filled.
Environment (please complete the following information with the version):
- Minecraft 1.18.2, create, tech reborn
- Fabric mod loader
Logs
crash-2022-04-16_15.52.12-server.txt
latest.log
Pastebin the log [e.g. logs/latest.log
] and link it below:
crash-2022-04-16_15.52.12-server.txt
Latest log link: https://pastebin.com/zMGjpWAq
Additional context
I suggest it just overflowing.
test with create's most recent version, mostly its create's code fault. It does not check condition with <= 0 and uses == 0 and commits transaction.
I tested again, it's pump direction bug, also got a negative amount bug, probably I should open issue on create too
crash-2022-04-16_17.04.32-server.txt