nobody saw that

This commit is contained in:
Bob 2022-08-21 18:20:22 +02:00
parent ee11de50fa
commit b79059b32e
3 changed files with 0 additions and 13 deletions

View File

@ -134,7 +134,6 @@ public class MachineFluidTank extends BlockContainer implements IMultiblock, IPe
} else {
this.dropBlockAsItem(world, x, y, z, drop);
world.func_147480_a(x, y, z, false);
System.out.println("piss and shit");
}
}
if (i == 1) {
@ -182,7 +181,6 @@ public class MachineFluidTank extends BlockContainer implements IMultiblock, IPe
} else {
this.dropBlockAsItem(world, x, y, z, drop);
world.func_147480_a(x, y, z, false);
System.out.println("piss and shit");
}
}
if (i == 2) {
@ -230,7 +228,6 @@ public class MachineFluidTank extends BlockContainer implements IMultiblock, IPe
} else {
this.dropBlockAsItem(world, x, y, z, drop);
world.func_147480_a(x, y, z, false);
System.out.println("piss and shit");
}
}
if (i == 3) {
@ -278,7 +275,6 @@ public class MachineFluidTank extends BlockContainer implements IMultiblock, IPe
} else {
this.dropBlockAsItem(world, x, y, z, drop);
world.func_147480_a(x, y, z, false);
System.out.println("piss and shit");
}
}

View File

@ -26,7 +26,6 @@ public class EntityNukeExplosionNT extends Entity {
if(!worldObj.isRemote) {
if(this.explosion == null || this.explosion.isDone()) {
System.out.println(this.ticksExisted + " explosion done.");
this.setDead();
return;
}

View File

@ -89,7 +89,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
System.out.println(seg.rays.length);
}
}*/
System.out.println("STOP");
}
@Override
@ -109,7 +108,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
this.processBow = 0;
this.processRing = 0;
this.phase = 1;
System.out.println("Ending phase 0");
}
private void processRays(int amount) {
@ -196,7 +194,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
if(this.phase == 1 && this.buffer.isEmpty()) {
this.phase = 2;
System.out.println("Ending phase 1");
return;
}
@ -218,7 +215,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
if(this.buffer.isEmpty()) {
this.phase = 2;
System.out.println("Ending phase 1");
}
}
@ -315,9 +311,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
this.segments = this.repopulatedSegments;
this.repopulatedSegments = null;
System.out.println("Ending phase 2");
System.out.println("Initialized with" + segments.length + " segments!");
/*for(HorizontalSegment seg : segments) {
@ -332,7 +325,6 @@ public class Mark5Ausf2 implements IExplosionLogic {
this.phase = 0;
if(!didYouDoLiterallyAnything) {
System.out.println("Done!");
this.isDone = true;
}
}