first iteration draft sieve.lua
This commit is contained in:
commit
01cd151e81
|
|
@ -0,0 +1,11 @@
|
||||||
|
-- Define all transposer
|
||||||
|
|
||||||
|
-- Loop
|
||||||
|
-- send 3 stack of cobble, 2 of gravel, 1 of sand to hammer
|
||||||
|
-- retrieve output from hammer
|
||||||
|
|
||||||
|
-- send 1 of gravel, 1 of sand and 1 of dust to sieve
|
||||||
|
-- retrieve output from sieve and put it to the final buffer
|
||||||
|
|
||||||
|
-- v2 -> configurable input quantity + stat on web page
|
||||||
|
-- v3 -> configurable transposer on webpage
|
||||||
Loading…
Reference in New Issue