Proper interplanetary launch

This commit is contained in:
Anuken
2022-01-23 14:37:08 -05:00
parent 3574e40a08
commit 4497f7ab3a
11 changed files with 66 additions and 9 deletions
@@ -81,7 +81,10 @@ public class ItemSource extends Block{
while(counter >= limit){
items.set(outputItem, 1);
dump(outputItem);
if(dump(outputItem)){
//for debugging only
produced(outputItem);
}
items.set(outputItem, 0);
counter -= limit;
}