Fixed missing imports from lumien231's commit

This commit is contained in:
Adubbz 2014-06-19 18:54:56 +10:00
parent 6d08070e9e
commit 26fad5b016
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import net.minecraft.world.biome.WorldChunkManager;
import net.minecraft.world.gen.layer.GenLayer;
import net.minecraft.world.gen.layer.IntCache;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;