Bassebombecraft

Bassebombecraft

18.5k Downloads

1.12 build fails with: cannot find symbol import net.minecraft.world.chunk.IChunkGenerator

Closed this issue ยท 2 comments

commented

Build error:

RandomModStructuresGenerator.java:16: error: cannot find symbol
import net.minecraft.world.chunk.IChunkGenerator;
                                ^
  symbol:   class IChunkGenerator
  location: package net.minecraft.world.chunk

RandomModStructuresGenerator.java:51: error: cannot find symbol
	public void generate(Random random, int chunkX, int chunkZ, World world, IChunkGenerator chunkGenerator,
	                                                                         ^
  symbol:   class IChunkGenerator
  location: class RandomModStructuresGenerator
commented

Solution was to import another type.

commented

Resolved with commit 8561d27.