public override TagCompound Save() { TagCompound compound = new TagCompound(); BiomeManager.Save(compound); return(compound); }