This commit is contained in:
Anuken
2020-03-27 15:34:46 -04:00
parent 50c6b0b1bd
commit 3bdd6e04ca
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ public class ItemModule extends BlockModule{
protected int[] items = new int[content.items().size];
protected int total;
// Make the take() loop persistent so it does not return the same item twice in a row unless there is nothing else to return.
protected int takeRotation;
private @Nullable WindowedMean[] flow;