Badel2
Badel2
@gsquaredxc Nice! I was thinking about an efficient way to do the search, because if we need to get the biome at N points there are two options: generate all...
Wait, so it's non-deterministic?
Thank you! I implemented a `genBiomesAccurate` using that function, and it does fix the cases I mentioned earlier. But I tried it with other seeds, and it seems there are...
You seem to be right! I checked the world with seed -4100855569562546563 again, with the same code, and if I skip the y-level=-16 all the other biomes match. So I...
So quick update, I generated 4 worlds more, in 3 of them all the biomes match, but the last one has small differences. I used the final 1.18 release this...
> the last sampling result from any previous chunk will always be a bad initial state for the first sampling in the new chunk and thus will effectively reset. So...
Hi @arendtio, the same think happens to me (`mmc_dev_init` fails). That's probably because your emmc chip is not VTU00M, which means that your device is not affected by the brick...
Yes, I'm working on it right now. You need to dump the memory arround the arena (0x440e8090 in my case), and `grep` for the chip name. For example, my chip...
Hi, the slime chunk tool supports all the versions that have slime chunks, because the algorithm has never changed. So 1.19 should work fine. But only Java edition, it does...
Hi, the most likely cause is that you made a mistake when entering the data. Even 1 wrong chunk can break the program. So first of all, double check that...