9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
This commit is contained in:
cyberpwn
2021-08-25 06:32:54 -04:00
parent 19fa9390ff
commit 1524866432
5 changed files with 49 additions and 18 deletions

View File

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