# Pastebin nehgi2YI final def findFreeBiomeID: Int = { val biomes = BiomeGenBase.getBiomeGenArray for (i <- biomes.indices if biomes(i) == null) return i -1 }