Fix structure files that got corrupted somewhere + improved logging
This commit is contained in:
parent
2606eb1491
commit
f1c9caed82
2
Engine
2
Engine
@ -1 +1 @@
|
||||
Subproject commit 7cda523891ce81b36dd5f09f5573e1f258f92923
|
||||
Subproject commit d60a706048b8013993f58d42ccaa8e1eb25a0601
|
@ -160,6 +160,11 @@ public class TerraChunkGenerator extends ChunkGenerator<GenerationSettings> {
|
||||
return mobGenerator.getPossibleCreatures(world, type, pos);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Biome getBiome(BiomeManager manager, BlockPos pos) {
|
||||
return super.getBiome(manager, pos);
|
||||
}
|
||||
|
||||
@Override
|
||||
public final int func_222529_a(int x, int z, Heightmap.Type type) {
|
||||
int chunkX = Size.blockToChunk(x);
|
||||
|
@ -17,7 +17,7 @@ import net.minecraftforge.registries.ForgeRegistries;
|
||||
import java.util.function.UnaryOperator;
|
||||
|
||||
@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD)
|
||||
public class DataGenerator {
|
||||
public class LangGenerator {
|
||||
|
||||
@SubscribeEvent
|
||||
public static void gather(GatherDataEvent event) {
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user