diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2022-11-17 15:54:39 +0800 |
---|---|---|
committer | Glease <4586901+Glease@users.noreply.github.com> | 2022-11-17 15:54:39 +0800 |
commit | 821359eacd58950716552786b4d79b78d98cb91b (patch) | |
tree | 55e78ca706cac8e9b73fa9d069baa10586bdabe7 /src/main/resources/assets | |
parent | 7992858a8df4c0568f30defd0ecce9d9db53e1df (diff) | |
download | GT5-Unofficial-821359eacd58950716552786b4d79b78d98cb91b.tar.gz GT5-Unofficial-821359eacd58950716552786b4d79b78d98cb91b.tar.bz2 GT5-Unofficial-821359eacd58950716552786b4d79b78d98cb91b.zip |
add makeshift doc
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/ggfab/lang/en_US.lang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/assets/ggfab/lang/en_US.lang b/src/main/resources/assets/ggfab/lang/en_US.lang index a8f72df14d..d4a9e1234a 100644 --- a/src/main/resources/assets/ggfab/lang/en_US.lang +++ b/src/main/resources/assets/ggfab/lang/en_US.lang @@ -1,3 +1,10 @@ +ggfab.info.advassline.0=Advanced Assembly Line Help +ggfab.info.advassline.1=This is advanced assembly line from §6GigaGram§rFab. +ggfab.info.advassline.2=It supports item pipelining. That is, it will mimic a real assembly line by consuming ingredients one by one instead of all at start. In effect, it offers a parallelism up to however many item input this recipe requires. +ggfab.info.advassline.3=You can think of an advanced assembly line as a collection of assembly slices. Each assembly slice is capably of processing each step independent of other slices. +ggfab.info.advassline.4=It will start processing once the input bus contents align with any stored data stick. The first slice will consume the input in Bus #1. After (recipe time/number of inputs) time, the first slice's work is concluded and will start the second slice. At the same time, first slice will look for input in input bus #1. If there are still enough input there slice #1 will start working again. +ggfab.info.advassline.5=The terminal slice (the n-th slice, where n is number of item input in recipe) will put the recipe output in output bus when it has concluded his work. Whenever a non-terminal slice finished its work, it will try to pass the work onto next slice. If the next slice cannot find the materials in its input bus, the just-finished slice will remain in §4STUCK§r state and hang the assembly line. To help locate these §4STUCK§r assembly lines, the controller's front face will have its status light turned orange. +ggfab.info.advassline.6=The EU/t cost of this machine is number of slices active multiplied by the original recipe EU/t. §4STUCK§r slices do not consume power. ggfab.waila.advassline.slice=Slice %s: %s s/%s s ggfab.waila.advassline.slice.small=Slice %s: %s ticks remaining ggfab.waila.advassline.slice.idle=Slice %s: Idle |