Terasology / Signalling

Module containing blocks that can send signals to other blocks
1 stars 12 forks source link

Signal events fix #4

Closed pollend closed 7 years ago

pollend commented 7 years ago

I've fixed a lot of buggy behaviour with signalling. The only problem so far is that gates don't properly rotate. I also have some plans to rework the code a bit, but I need to look through how this all fits together. I'll also work on adding some proper javadocs to the codebase.

image

image

Cervator commented 7 years ago

Tested out and merged - thanks for all the work :-)