Revert "Whatever"

This reverts commit 4e28f711ed.
This commit is contained in:
Hykilpikonna
2020-02-20 10:42:38 -05:00
parent 8db7d96727
commit 6c0760ae01
5 changed files with 17 additions and 24 deletions
@@ -2,7 +2,6 @@ package kaptainwutax.seedcracker.cracker;
import kaptainwutax.seedcracker.SeedCracker;
import kaptainwutax.seedcracker.cracker.population.PopulationData;
import kaptainwutax.seedcracker.util.Log;
import kaptainwutax.seedcracker.util.Rand;
import kaptainwutax.seedcracker.util.math.LCG;
import net.minecraft.world.gen.ChunkRandom;
@@ -22,7 +21,7 @@ public class TimeMachine {
for(long i = 0; i < (1L << 32); i++) {
if((i & ((1L << 28) - 1)) == 0) {
Log.warn("Progress " + (i * 100.0f) / (1L << 32) + "%...");
SeedCracker.LOG.warn("Progress " + (i * 100.0f) / (1L << 32) + "%...");
}
long structureSeed = this.timeMachine(i, pillarSeed);