/NoOceans

Terraria Mod

Primary LanguageC#MIT LicenseMIT

The oceans no longer get generated on world creation.

public override void ModifyWorldGenTasks(List<GenPass> tasks, ref float totalWeight)
{
    tasks.RemoveAll(x => x.Name.Equals("Beaches"));
}

I will not be updating this mod to 1.4.