Redstone Control 2

Redstone Control 2

8.5k Downloads

java.lang.NullPointerException: Exception in server tick loop

aburone opened this issue ยท 1 comments

commented

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.

https://www.toptal.com/developers/hastebin/pepehoyagi.rb

commented

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).