![Redstone Control 2](https://media.forgecdn.net/avatars/thumbnails/411/685/256/256/637630112340641139.png)
java.lang.NullPointerException: Exception in server tick loop
aburone opened this issue ยท 1 comments
I was messing with the fluid pump.
Was having issues with the 7 section displays showing "83" an "E0" instead of the transferred amount
Flipped the clock switch and the game crashed.
crash fixed in CD4017BE_lib-7.1.3.7 (will also upload to curseforge later)
About the 7-segment display:
It displays numbers in hexadecimal (base 16), signals must go through a BCD-Converter to show up in decimal (normal base 10).