Is there a way to stop the floating islands from BiomesOPlenty? I really don't like them, haha. I've checked all the BoP config, I don't see it.
Thanks for the help!
Thanks for the help!
Great thanks for the help!
I NEVER would have thought it was from TiC... why in the world would TiC have floating slime islands? haha.
Thanks again
Because tinkers uses slime for some fairly decent tool parts.
Apparently slime was hard to come by
@Override
public void generate (Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider) //IWorldGenerator version
{
if (DimensionBlacklist.isDimInBlacklist(world.provider.dimensionId))
{
if (random.nextInt(PHConstruct.islandRarity) == 0)
generateIsland(world, random, chunkX * 16, chunkZ * 16);
}
}