9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00
This commit is contained in:
cyberpwn
2021-08-25 05:18:16 -04:00
parent ef02e5169d
commit 8aa9ecffc5
2 changed files with 2 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ public class Iris extends VolmitPlugin implements Listener {
private void testmca() {
try
{
int forceBits = 9;
int forceBits = 6;
int possibilities = (int) (Math.pow(2, forceBits) - 1);
KList<BlockData> bp = new KList<>();
Set<BlockData> bf = new KSet<>();