seedcracker updated

This commit is contained in:
Cloudburst
2021-08-26 11:02:56 +02:00
committed by GitHub
parent 2b79b81c92
commit b38af10345

View File

@@ -204,7 +204,6 @@ public class WorldGenUtils {
return locateStructure(seed, feature, center);
}
// TODO: Fix LinkageError in SpiralIterator
private static BlockPos locateSlimeChunk(Seed seed, BlockPos center) {
Dimension dimension = getDimension(Feature.slime_chunk);
MCVersion mcVersion = seed.version;
@@ -240,7 +239,6 @@ public class WorldGenUtils {
return toBlockPos(structurePos);
}
// TODO: Fix LinkageError in SpiralIterator
private static BPos locateStructure(Structure<?, ?> structure, BPos center, int radius, ChunkRand chunkRand, BiomeSource source, TerrainGenerator terrainGenerator) {
if (structure instanceof RegionStructure<?, ?> regionStructure) {
int chunkInRegion = regionStructure.getSpacing();