No, one tick is from the beginning of a tick to the end of a tick. It is a dynamic length, so in theory it can do an infinite amount of crafting operations per tick since a tick can be infinitely long (at least in theory). A second however has a static length of one second (duh), so it can only do as many operations as fit into one second.
Yeah true and wrong. It happens only after 1 second but is only 50ms long. So both wrong and right...
Nein, das wusste ich nicht. Was ist diesed Flow Control dingens...
Ich schreibs jetzt in deutsch weil das im englischen einfach zu schwer ist:
FlowControl ist einfach ein Spalter/Empfänger mit dem du einen Tick in (max 5 Ticks) verschiedene Ticks umwandeln kannst oder halt verschiedene tick an einem Punkt sammeln kannst.
Das heißt der Spalter ist vergleichbar mit einer For-Schleife und der Empänger ist vergleichbar mit einer seperaten funktion die abgerufen wird.
Und das kannst du natürlich stapeln. So kann man aus einem Tick undendlich ticks machen... ^^" Wobei ich immer 1 Spalter & einen Empänger combiniere da man dann nicht 5 stränge handhaben muss sondern nur einen.
Sorry for those guys who can not german i simply were not able to make that explaining in english... 