mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
cleanup
This commit is contained in:
parent
50c6b0b1bd
commit
3bdd6e04ca
@ -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;
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=04b670f22169ae9e268458950a5d324b5ed03e23
|
||||
archash=9659841bc145ba3db1dff036cfa1ca8f4ebdfabd
|
||||
|
Loading…
Reference in New Issue
Block a user